Update stylesheet and copyright message, add heading render hook
This commit is contained in:
parent
eaf2377efb
commit
80774027c1
3 changed files with 986 additions and 1 deletions
1
layouts/_default/_markup/render-heading.html
Normal file
1
layouts/_default/_markup/render-heading.html
Normal file
|
@ -0,0 +1 @@
|
|||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="{{ range after 1 ( seq .Level ) }}sub{{ end }}heading">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}">¶</a></h{{ .Level }}>
|
Loading…
Add table
Add a link
Reference in a new issue