Add series functionality: update menu, modify post templates, and implement series partials

This commit is contained in:
Fundor333
2025-04-16 01:40:29 +02:00
parent df82e77f6c
commit 255d29d8cd
9 changed files with 56 additions and 34 deletions

View File

@@ -29,6 +29,8 @@
{{- partial "bridgy.html" . -}}
{{ .Content }}
</div>
{{ partial "series.html" . }}
{{- partial "syndication.html" . -}}
</article>
{{- partial "comments.html" . -}}