website/themes/hugo-theme-wave/layouts/partials/article_footer.html
Paul Lecuq 26f1f90c1d
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
cleaned website stylesheets, reactivated ip address ws on artible pages
2020-06-06 02:32:29 +02:00

7 lines
236 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>