chore(Posts): Fix typo
This commit is contained in:
@@ -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>
|
||||
—
|
||||
<span>{{ date | date(format="%B %e, %Y") }}</span>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user