From edc01c5bcaf5b62a1b0b98b862f1be97ad62c109 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 17 Aug 2016 17:48:41 -0400 Subject: [PATCH] added link to author name --- themes/custom/templates/index.tmpl | 2 +- themes/custom/templates/post_header.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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