added link to author name

This commit is contained in:
Vicky Steeves 2016-08-17 17:48:41 -04:00
parent 0ff2025906
commit edc01c5bca
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
% if author_pages_generated:
<a href="${_link('author', post.author())}">${post.author()|h}</a>
% else:
${post.author()|h}
<a href="../resume">${post.author()|h}</a>
% endif
</span></p>
<p class="dateline"><a href="${post.permalink()}" rel="bookmark"><time class="published dt-published" datetime="${post.formatted_date('webiso')}" title="${post.formatted_date(date_format)|h}">${post.formatted_date(date_format)|h}</time></a></p>

View File

@ -36,7 +36,7 @@
% if author_pages_generated:
<a href="${_link('author', post.author())}">${post.author()|h}</a>
% else:
${post.author()|h}
<a href="../../resume">${post.author()|h}</a>
% endif
</span></p>
<p class="dateline"><a href="${post.permalink()}" rel="bookmark"><time class="published dt-published" datetime="${post.formatted_date('webiso')}" itemprop="datePublished" title="${post.formatted_date(date_format)|h}">${post.formatted_date(date_format)|h}</time></a></p>