diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index e126f223..1935da0c 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -15,7 +15,7 @@ {% set name = author.username %} {% endif %}

- Written by {{name }} + Written by {{ name }}{{ date | date(format="%B %e, %Y") }}