mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 12:21:19 -04:00
chore: add heroicons v1 icons and update icons
fix: sidebar toc not rendered chore: update heading template style chore: update logo and favicon chore: update favicons chore: update icons
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<h{{ .Level }}>
|
||||
{{ .Text | safeHTML }}
|
||||
{{ if gt .Level 1 }}
|
||||
{{- .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 }}
|
||||
{{- end -}}
|
||||
</h{{ .Level }}>
|
||||
|
Reference in New Issue
Block a user