diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index cfd947e8..e7f3dd08 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -24,7 +24,7 @@ {{ date | date(format="%B %e, %Y") }} {% if is_author %} — - {{ "Delete this article" | _ }} + {{ "Delete this article" | _ }} {% endif %}