Add social share buttons for posts
This commit is contained in:
parent
bf6ff58d6e
commit
52824340aa
5 changed files with 202 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
common-css:
|
||||
- "/css/bootstrap.min.css"
|
||||
- "/css/bootstrap-social.css"
|
||||
- "/css/main.css"
|
||||
common-ext-css:
|
||||
- "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue