Skip to content

Commit

Permalink
Re-order if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Senophyx committed Dec 25, 2024
1 parent b3c35f9 commit 1cf30d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ <h1 class="single-title">{{ .Title }}</h1>

<div class="single-content">
{{ .Content }}
{{ if not .Params.disableComment }}
{{ if .Site.Params.giscus.enable }}
{{ if not .Params.disableComment }}
{{ partial "comments.html" . }}
{{ end }}
{{ end }}
Expand Down

0 comments on commit 1cf30d5

Please sign in to comment.