aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/article.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2023-07-29 17:06:30 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-07-29 17:06:30 +0200
commitd3250e0f504d651280cfbd19626f86c97ae6385a (patch)
treec86026c997a4fa961197d4594a0d3e77525f1f23 /newspipe/templates/article.html
parentUpdated JavaScript dependencies. (diff)
downloadnewspipe-d3250e0f504d651280cfbd19626f86c97ae6385a.tar.gz
newspipe-d3250e0f504d651280cfbd19626f86c97ae6385a.tar.bz2
newspipe-d3250e0f504d651280cfbd19626f86c97ae6385a.zip
Removed twitter field for users.
Diffstat (limited to 'newspipe/templates/article.html')
-rw-r--r--newspipe/templates/article.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/templates/article.html b/newspipe/templates/article.html
index 5eff64e7..c62e3f0c 100644
--- a/newspipe/templates/article.html
+++ b/newspipe/templates/article.html
@@ -30,7 +30,6 @@
<div class="col">
<a href="https://api.pinboard.in/v1/posts/add?url={{ article.link }}&description={{ article.title }}" rel="noreferrer" target="_blank"><img src="{{ url_for('static', filename='img/pinboard.png') }}" title="{{ _('Share on') }} Pinboard" /></a>
<a href="https://reddit.com/submit?url={{ article.link }}&title={{ article.title }}" rel="noreferrer" target="_blank"><img src="{{ url_for('static', filename='img/reddit.png') }}" title="{{ _('Share on') }} reddit" /></a>
- <a href="https://twitter.com/intent/tweet?url={{ article.link }}&text={{ article.title }}" rel="noreferrer" target="_blank"><img src="{{ url_for('static', filename='img/twitter.png') }}" title="{{ _('Share on') }} twitter" ></a>
<div class="col">
</div>
</div><!-- /.container -->
bgstack15