Add social share buttons for posts

This commit is contained in:
Ryan Lee 2016-07-31 21:30:03 -04:00
parent bf6ff58d6e
commit 52824340aa
5 changed files with 202 additions and 3 deletions

View file

@ -10,9 +10,10 @@ layout: base
<article role="main" class="blog-post">
{{ content }}
</article>
{% include social-share.html %}
{% if page.tags.size > 0 %}
<div class="blog-tags">
Tags:
Tags:
{% if site.link-tags %}
{% for tag in page.tags %}
<a href="/tag/{{ tag }}">{{ tag }}</a>
@ -34,7 +35,6 @@ layout: base
</li>
{% endif %}
</ul>
{% if page.comments %}
<div class="disqus-comments">
{% include disqus.html %}