mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 19:46:26 -04:00

feat: implement sidebar feat: implement footer feat: implement breadcrumb chore: add typography styles chore: add heading anchor link chore: add postcss-nested
8 lines
274 B
HTML
8 lines
274 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 }}>
|