Add webmention support to series
This commit is contained in:
@@ -15,7 +15,7 @@ defaultColor:
|
||||
mainSections: ["post", "photos", "weeknote"]
|
||||
secondarysections: ["micro"]
|
||||
feedSections: ["post", "photos", "micro", "weeknote"]
|
||||
commentSections: ["post", "photos", "micro", "weeknote"]
|
||||
commentSections: ["post", "photos", "micro", "weeknote", "series"]
|
||||
suggestionSections: ["post"]
|
||||
toc: false # set to false to disable table of contents 'globally'
|
||||
tocOpen: false # set to true to open table of contents by default
|
||||
|
||||
@@ -11,5 +11,8 @@
|
||||
{{ end }} {{/* end range .Pages.ByDate */}}
|
||||
{{ end }} {{/* end range .Pages.GroupByDate "2006" */}}
|
||||
</main>
|
||||
{{- partial "syndication.html" . -}}
|
||||
{{- partial "comments.html" . -}}
|
||||
</div>
|
||||
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user