Cleaned up post details markup

This commit is contained in:
Parker Moore
2013-07-06 14:34:34 +02:00
parent 74ee8c3bf3
commit c853de4800

View File

@@ -8,6 +8,8 @@
{{ post.content }}
</p>
<p class="post-details">
Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }}
Posted on {{ post.date | date_to_string }}
by <a href="https://github.com/{{ post.author }}">@{{ post.author }}</a>,
filed in {{ post.categories | array_to_sentence_string }}
</p>
</div>