diff options
author | Akshay <[email protected]> | 2024-11-15 23:00:04 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-15 23:00:04 +0000 |
commit | 5adeac4c9e8f2367a8c6f9bb255797fd30b17774 (patch) | |
tree | 4c1af4797e9f21e8cf3da536e887032958a46109 /src | |
parent | c5cd65eba355e66589298cbe88fe3489e0fcebae (diff) |
add donate link
Diffstat (limited to 'src')
-rw-r--r-- | src/views/index.pug | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/views/index.pug b/src/views/index.pug index 6eedfe3..ace8922 100644 --- a/src/views/index.pug +++ b/src/views/index.pug | |||
@@ -70,8 +70,13 @@ html | |||
70 | button(onclick=`unsubscribe('${subreddit}')`)#thinger unsubscribe | 70 | button(onclick=`unsubscribe('${subreddit}')`)#thinger unsubscribe |
71 | else | 71 | else |
72 | button(onclick=`subscribe('${subreddit}')`)#thinger subscribe | 72 | button(onclick=`subscribe('${subreddit}')`)#thinger subscribe |
73 | if about | 73 | if about && !isMulti |
74 | p #{about.public_description} | 74 | p #{about.public_description} |
75 | else | ||
76 | p | ||
77 | | consider donating to | ||
78 | a(href="https://donate.stripe.com/dR62bTaZH1295Da4gg") oppiliappan | ||
79 | |, author of readit | ||
75 | details | 80 | details |
76 | summary.sorting sorting by #{query.sort + (query.t?' '+query.t:'')} | 81 | summary.sorting sorting by #{query.sort + (query.t?' '+query.t:'')} |
77 | div.sort-opts | 82 | div.sort-opts |