You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
464 B
HTML

{{ if .Content }}
<section>
<div class="container-fluid">
<div class="justify-content-center row">
<div class="col col-auto px-0">
<article>
{{ .Content | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` `${1}<a class="paigeheaderlink" href="#${2}"><i class="bi bi-link-45deg small"></i></a>${3}` | safeHTML }}
</article>
</div>
</div>
</div>
</section>
{{ end }}