font awesomeness

This commit is contained in:
2013-11-10 12:47:53 -05:00
parent a866b05a03
commit e9d7eb73aa
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{{ content }}
</div>
<footer class="meta">
<p>posted in: {{ post.tags | tag_links }}</p>
<p><i class="fa fa-tags"></i> {{ post.tags | tag_links }}</p>
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>&mdash; <a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
</footer>
</article>