fix(layout): duplicate back link in post list

This commit is contained in:
Hanwen Guo 2025-01-19 22:32:07 -07:00 committed by GitHub
parent 1bf2f17c57
commit cfbfe4e8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
{{ define "main" }}
{{ partial "back_link.html" .}}
<h1>{{ .Title }}</h1>
@ -19,4 +18,4 @@
{{ partial "post_list.html" (dict "context" . "section" .Section)}}
{{ end }}
{{ end }}
{{ end }}