website/layouts/partials/article_footer.html

23 lines
690 B
HTML
Raw Normal View History

2020-01-12 14:14:15 +01:00
<div class="tweet-footer">
2020-01-12 21:05:46 +01:00
<a href="http://twitter.com/share?url={{ .Permalink }}&text={{ .Title }}" target="_blank" title="Twitter">
<span class="tweet-botton">
<i class="fa fa-twitter" aria-hidden="true"></i>
Compose new Tweet
2020-01-12 14:14:15 +01:00
</span>
2020-01-12 21:05:46 +01:00
</a>
2020-01-12 14:14:15 +01:00
</div>
<footer class="article-footer">
2020-01-12 21:05:46 +01:00
<!--
2020-01-12 14:14:15 +01:00
<a data-url="{{ .Permalink }}" data-id="{{ .File.UniqueID }}" class="article-share-link">
{{with .Site.Data.l10n.articles.share}}{{.}}{{end}}
</a>
-->
2020-01-12 21:05:46 +01:00
{{ if not (eq .Site.DisqusShortname "") }}
2020-01-12 14:14:15 +01:00
2020-01-12 21:05:46 +01:00
<a href="{{ .Permalink }}/#disqus_thread" class="article-comment-link">
{{with .Site.Data.l10n.articles.comments}}{{.}}{{end}}
</a>
{{end}}
</footer>