Add webmention support to series
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user