chore(Posts): Fix typo
This commit is contained in:
parent
4ae19c6fa7
commit
4b0114917d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user