Feat: add related content list in aside (#591)

This commit is contained in:
Cell
2025-04-25 17:09:07 +08:00
parent cb0d63717b
commit d41e53bba4
9 changed files with 128 additions and 5 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
{{- /* Collection List */ -}}
{{- partial "single/collection-list.html" . -}}
{{- /* TODO Related Content */ -}}
{{/* {{- partial "single/related.html" . -}} */}}
{{- /* Related Content */ -}}
{{- partial "single/related-aside.html" . -}}
{{- /* Custom Aside */ -}}
{{- block "custom-aside" . }}{{ end -}}