website/themes/hugo-theme-wave/layouts/partials/article_footer.html
Paul Lecuq cbd1c10fff
All checks were successful
continuous-integration/drone/push Build is passing
updated website theme
2023-12-16 00:45:03 +01:00

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>