forked from drowl87/hextra_mirror

fix: sidebar toc not rendered chore: update heading template style chore: update logo and favicon chore: update favicons chore: update icons
8 lines
280 B
HTML
8 lines
280 B
HTML
<h{{ .Level }}>
|
|
{{- .Text | safeHTML -}}
|
|
{{- if gt .Level 1 -}}
|
|
<span class="absolute -mt-20" id="{{ .Anchor | safeURL }}"></span>
|
|
<a href="#{{ .Anchor | safeURL }}" class="subheading-anchor" aria-label="Permalink for this section"></a>
|
|
{{- end -}}
|
|
</h{{ .Level }}>
|