Feat: always show collection list and navigation

This commit is contained in:
Cell
2024-11-15 14:24:08 +08:00
parent fcb0f1efd5
commit aa1709fbdd
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -178,12 +178,12 @@
{{- partial "single/reward.html" . -}}
{{- end -}}
{{- /* Collection Navigation */ -}}
{{- partial "single/collection-nav.html" . -}}
{{- /* Content Encryption */ -}}
{{- dict "Content" $content "Password" $params.password "Message" $params.message | partial "plugin/fixit-encryptor.html" -}}
{{- /* Collection Navigation */ -}}
{{- partial "single/collection-nav.html" . -}}
{{- /* Custom block before post footer */ -}}
{{- block "custom-post__footer:before" . }}{{ end -}}