website/themes/hugo-theme-wave/layouts/partials/article_footer.html

5 lines
228 B
HTML

<footer class="article-footer">
{{ if not (eq .Site.DisqusShortname "") }}
<a href="{{ .Permalink }}/#disqus_thread" class="article-comment-link">{{with .Site.Data.l10n.articles.comments}}{{.}}{{end}}</a>
{{end}}
</footer>