diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-08-13 19:29:25 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-08-13 19:29:25 +0200 | 
| commit | ef055ec50d07a7f764d1ee8aaabcebf209bc6b6e (patch) | |
| tree | f8a66caf619871d6cae7c0304297ff40971a23a6 /layouts/_default | |
| parent | 16d9ca1344b5945020cc28c20468ac3d92f12922 (diff) | |
Uniform umami and comments inclusion
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a8f5079..41ed835 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -63,7 +63,9 @@    <div class="single-content">      {{ .Content }} +    {{ if .Site.Params.giscus.enable }}      {{ partial "comments.html" . }} +    {{ end }}    </div>    {{/* Next prev controls */}} | 
