Add comments

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

View File

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

View File