anchored-headings: port to PaperMod
- add corresponding css - gen anchored headings for h1-h6 - link with single.html
This commit is contained in:
parent
2b0619f684
commit
cf4fd27e3d
3 changed files with 16 additions and 2 deletions
|
|
@ -41,7 +41,9 @@
|
|||
</details>
|
||||
</div>
|
||||
{{- end }}
|
||||
<div class="post-content">{{ .Content }}</div>
|
||||
<div class="post-content">
|
||||
{{- partial "anchored_headings.html" .Content -}}
|
||||
</div>
|
||||
<footer class="post-footer">
|
||||
{{- if .Params.tags }}
|
||||
<ul class="post-tags">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue