bunteshaus.de/themes/buha/layouts/_default/_markup/render-heading.html

9 lines
317 B
HTML
Raw Normal View History

2022-04-08 21:13:24 +02:00
{{- $baseurl := .Page.Permalink | safeURL -}}
{{- $url := printf "%s#%s" $baseurl .Anchor -}}
2022-04-06 02:39:08 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
2022-04-08 21:13:24 +02:00
<a class="heading-anchor" href="{{ $url }}" style="color: var(--text-muted); font-size: smaller;">
2022-04-06 02:39:08 +02:00
{{ "#" }}
</a>
</h{{ .Level }}>