diff --git a/themes/custom/templates/index.tmpl b/themes/custom/templates/index.tmpl index d98aba6..dfd4a42 100644 --- a/themes/custom/templates/index.tmpl +++ b/themes/custom/templates/index.tmpl @@ -27,7 +27,7 @@ % if author_pages_generated: ${post.author()|h} % else: - ${post.author()|h} + ${post.author()|h} % endif

diff --git a/themes/custom/templates/post_header.tmpl b/themes/custom/templates/post_header.tmpl index 74f9a2a..27ee29f 100644 --- a/themes/custom/templates/post_header.tmpl +++ b/themes/custom/templates/post_header.tmpl @@ -36,7 +36,7 @@ % if author_pages_generated: ${post.author()|h} % else: - ${post.author()|h} + ${post.author()|h} % endif