mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 55fc0555be into 5f1d5c4b88
This commit is contained in:
commit
6715133b8e
1 changed files with 31 additions and 1 deletions
|
|
@ -31,7 +31,37 @@
|
|||
<noscript>Please enable JavaScript to view the comments.</noscript>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<h2> Like this post? Please share! </h2>
|
||||
{% if article.share_post and article.status != 'draft' %}
|
||||
<section>
|
||||
<p id="post-share-links">
|
||||
Share on:
|
||||
<a href="{{article.share_post['diaspora']}}"
|
||||
target="_blank" title="Share on
|
||||
Diaspora">Diaspora*</a>
|
||||
❄
|
||||
<a href="{{article.share_post['twitter']}}"
|
||||
target="_blank" title="Share on
|
||||
Twitter">Twitter</a>
|
||||
❄
|
||||
<a href="{{article.share_post['facebook']}}"
|
||||
target="_blank" title="Share on
|
||||
Facebook">Facebook</a>
|
||||
❄
|
||||
<a href="{{article.share_post['google-plus']}}"
|
||||
target="_blank"
|
||||
title="Share on Google
|
||||
Plus">Google+</a>
|
||||
❄
|
||||
<a href="{{article.share_post['email']}}"
|
||||
target="_blank"
|
||||
title="Share via
|
||||
Email">Email</a>
|
||||
</p>
|
||||
</section>
|
||||
{% endif %}
|
||||
</p>
|
||||
</article>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue