aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-01 16:14:01 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-01 16:14:01 +0100
commit959f66f4473c86bd12d4cd893694aae8601d025a (patch)
tree8dbb7c1b31d238d7ff4ed558949130fcfd0813fb /pyaggr3g470r/templates
parentsorting by date all articles for each feed. (diff)
downloadnewspipe-959f66f4473c86bd12d4cd893694aae8601d025a.tar.gz
newspipe-959f66f4473c86bd12d4cd893694aae8601d025a.tar.bz2
newspipe-959f66f4473c86bd12d4cd893694aae8601d025a.zip
Share articles with reddit.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/article.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html
index 315bb6f4..8d4c2695 100644
--- a/pyaggr3g470r/templates/article.html
+++ b/pyaggr3g470r/templates/article.html
@@ -22,6 +22,9 @@
<a href="https://api.pinboard.in/v1/posts/add?url={{ article.link }}&description={{ article.title }}" rel="noreferrer" target="_blank">
<img src="/static/img/pinboard.png" title="Share on Pinboard" />
</a>
+ <a href="http://reddit.com/submit?url={{ article.link }}&title={{ article.title }}" rel="noreferrer" target="_blank">
+ <img src="/static/img/reddit.png" title="Share on reddit" />
+ </a>
<g:plusone size="standard" count="true" href="{{ article.link }}"></g:plusone>
</div>
</div><!-- /.container -->
bgstack15