aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newspipe/templates/article.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/newspipe/templates/article.html b/newspipe/templates/article.html
index c6ebb87a..81705da1 100644
--- a/newspipe/templates/article.html
+++ b/newspipe/templates/article.html
@@ -17,9 +17,11 @@
{% endif %}
<h6>{{ article.date | datetime }}</h6>
</div>
+ <br />
<div class="well">
{{ article.content | safe }}
</div>
+ <br />
<div class="well">
<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" />
bgstack15