Add webmention support to series

This commit is contained in:
Fundor333
2025-06-17 19:49:49 +02:00
parent d144965b88
commit 7ceb659ff4
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ defaultColor:
mainSections: ["post", "photos", "weeknote"] mainSections: ["post", "photos", "weeknote"]
secondarysections: ["micro"] secondarysections: ["micro"]
feedSections: ["post", "photos", "micro", "weeknote"] feedSections: ["post", "photos", "micro", "weeknote"]
commentSections: ["post", "photos", "micro", "weeknote"] commentSections: ["post", "photos", "micro", "weeknote", "series"]
suggestionSections: ["post"] suggestionSections: ["post"]
toc: false # set to false to disable table of contents 'globally' toc: false # set to false to disable table of contents 'globally'
tocOpen: false # set to true to open table of contents by default tocOpen: false # set to true to open table of contents by default

View File

@@ -11,5 +11,8 @@
{{ end }} {{/* end range .Pages.ByDate */}} {{ end }} {{/* end range .Pages.ByDate */}}
{{ end }} {{/* end range .Pages.GroupByDate "2006" */}} {{ end }} {{/* end range .Pages.GroupByDate "2006" */}}
</main> </main>
{{- partial "syndication.html" . -}}
{{- partial "comments.html" . -}}
</div> </div>
{{- end -}} {{- end -}}