updated post links

This commit is contained in:
Vicky Steeves 2017-05-15 15:42:26 -04:00
parent ad97294a1a
commit d9c441bb04
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
.. date: 2017-05-05 14:08:25 UTC-04:00
.. tags:
.. category:
.. link:
.. link: https://lissarchive.org/updates/lissa-announce/
.. description:
.. type: text
-->

View File

@ -4,7 +4,7 @@
.. date: 2017-05-05 14:08:25 UTC-04:00
.. tags:
.. category:
.. link:
.. link: https://lissarchive.org/scholarship/coming-soon
.. description:
.. type: text
-->

View File

@ -22,8 +22,8 @@
<h1 class="p-name entry-title"><a href="${post.meta('link')}" class="u-url">${post.title()|h}</a></h1>
<div class="metadata">
<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>
<p><a href="mailto:?subject=I saw this and thought of you!&body=${post.title()}; ${post.meta('link')}" onclick="ga('send', 'social', 'email', 'share', ${post.meta('link')}); return true;">Email this article</a></p>
<p><a href="https://twitter.com/share?url=${post.permalink()});text=${post.title()}, ${post.meta('link')}" onclick="ga('send', 'social', 'Twitter', 'tweet', ${post.permalink()}); return true;" target="_blank">Tweet this article</a></p>
<p><a href="mailto:?subject=I saw this and thought of you!&body=${post.title()} ${post.meta('link')}" onclick="ga('send', 'social', 'email', 'share', ${post.meta('link')}); return true;">Email this article</a></p>
<p><a href="https://twitter.com/share?url=${post.permalink()});text=${post.title()} ${post.meta('link')}" onclick="ga('send', 'social', 'Twitter', 'tweet', ${post.permalink()}); return true;" target="_blank">Tweet this article</a></p>
% if not post.meta('nocomments') and site_has_comments:
<p class="commentline">${comments.comment_link(post.permalink(), post._base_path)}
% endif