diff options
| author | Senophyx <lyquidpersonal@gmail.com> | 2024-12-25 16:37:08 +0700 | 
|---|---|---|
| committer | Senophyx <lyquidpersonal@gmail.com> | 2024-12-25 16:37:08 +0700 | 
| commit | be6a3dd6c77fd0581fac383d67c4bbe7d86c5a45 (patch) | |
| tree | e4258fafafba6c23329734a47bc1cea99ff254cd /layouts | |
| parent | 07e60705817cee0864140e35e7ffdd455e647169 (diff) | |
Re-order if statement
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/single.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a077f47..159c328 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -65,8 +65,8 @@    <div class="single-content">      {{ .Content }} -    {{ if not .Params.disableComment }}      {{ if .Site.Params.giscus.enable }} +    {{ if not .Params.disableComment }}      {{ partial "comments.html" . }}      {{ end }}      {{ end }} | 
