hextra_mirror/layouts/_default/_markup/render-heading.html
Xin c8eb404fe6 feat: implement common components
feat: implement sidebar

feat: implement footer

feat: implement breadcrumb

chore: add typography styles

chore: add heading anchor link

chore: add postcss-nested
2023-08-16 20:39:01 +01:00

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 }}>