mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Allow disabling anchored headings
Usage => For site-wide: Params.disableAnchoredHeadings: true For front-matter: disableAnchoredHeadings: true
This commit is contained in:
parent
378b81cb36
commit
da69dda48c
@ -26,7 +26,9 @@
|
||||
{{- partial "toc.html" . }}
|
||||
{{- end }}
|
||||
<div class="post-content">
|
||||
{{- if not (.Param "disableAnchoredHeadings") }}
|
||||
{{- partial "anchored_headings.html" .Content -}}
|
||||
{{- else }}{{ .Content }}{{ end }}
|
||||
</div>
|
||||
<footer class="post-footer">
|
||||
{{- if .Params.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user