chore(Posts): Fix typo

This commit is contained in:
Stephen Burgess 2018-06-11 18:31:44 -05:00
parent 4ae19c6fa7
commit 4b0114917d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% set name = author.username %}
{% endif %}
<p>
<b>Written by <a href="/@/{{ author.fqn }}/">{{name }}</a></b>
<b>Written by <a href="/@/{{ author.fqn }}/">{{ name }}</a></b>
&mdash;
<span>{{ date | date(format="%B %e, %Y") }}</span>
</p>