website/themes/hugo-theme-wave/layouts/partials/article_footer.html
Paul df881e7396
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
updated structure
2024-09-01 14:28:35 +02:00

5 lines
251 B
HTML

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