Add comments

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-14 19:22:02 +01:00
parent e7d8ece65d
commit fae035dd6d
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
<div class="content"> <div class="content">
{{ .Content }} {{ .Content }}
</div> </div>
{{ if (default true .Params.comments) }}
{{ partial "comments.html" . }}
{{ end }}
{{ partial "components/postnav/index.html" . }} {{ partial "components/postnav/index.html" . }}
</main> </main>
{{ end }} {{ end }}

View File