Skip to content

Commit

Permalink
fix: set an identifier for commentSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Sep 8, 2024
1 parent c8c1096 commit 53947a2
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 @@ -112,7 +112,7 @@ <h1 itemprop="headline">{{ .Title }}</h1>
<div class="divider max-w-[65ch] mx-auto"></div>

<section class="max-w-[65ch] mx-auto space-y-4">
{{ partialCached "commentSystems.html" . }}
{{ partialCached "commentSystems.html" . .RelPermalink }}
</section>
{{ end }}
</div>
Expand Down

0 comments on commit 53947a2

Please sign in to comment.