Skip to content

Commit

Permalink
Make comments box the same width as article text
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.gillatt authored and chris-gillatt committed Nov 8, 2024
1 parent 25febab commit 2b6d0f0
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,9 +65,9 @@ <h5 class="text-sm flex items-center flex-wrap">
{{ end }}

{{ .Content }}
{{- partial "comments.html" . -}}
</article>

{{- partial "comments.html" . -}}

{{- partial "social.html" . -}}
{{ end }}

0 comments on commit 2b6d0f0

Please sign in to comment.