add hugo sample

This commit is contained in:
Milan 2025-08-26 13:24:42 +02:00
parent b3363d7734
commit d4a0faf42f
87 changed files with 6562 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
{{ if .Site.DisqusShortname }}
<div class="comments">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}
{{ end }}