Added disqus commenting to blog

This commit is contained in:
Paulus Schoutsen 2014-12-25 09:34:53 -08:00
parent 0d9fb09ff2
commit f3cc5e337b
7 changed files with 16 additions and 10 deletions

View file

@ -5,4 +5,4 @@
{% else %}
{% assign author = site.author %}
{% endif %}
{% if author %}<span class="byline author vcard">Posted by <span class="fn">{{ author }}</span></span>{% endif %}
{% if author %}<span class="byline author vcard"><i class='icon-user'></i> {{ author }}</span>{% endif %}