Add header link icon but commented out because it looks weird

This commit is contained in:
2021-10-10 15:02:20 -05:00
parent c233b8122f
commit ff79ae29b5
2 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
<a href="#{{ .Anchor | safeURL }}">
{{/* this took too much work but doesn't quite fit the theme
<span class="section-header-link">
{{ partial "icon.html" "link" }}
*/}}
</span>
{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>