Add render-heading.html
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{ if .Scratch.Get "paige_show_full_pages" }}
|
||||
{{ .Content }}
|
||||
{{ else }}
|
||||
{{ .Content | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` `${1}<a class="small paigeheaderlink" href="#${2}">#</a>${3}` | safeHTML }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
</article>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user