mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 08:25:59 -06:00
BBaoVanC
e62ccfd085
It didn't last very long. Speed isn't really a concern currently since my sites all generate in ~50ms (on my computer, at least).
9 lines
265 B
HTML
9 lines
265 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
|
|
{{ .Text | safeHTML }}
|
|
<a href="#{{ .Anchor | safeURL }}">
|
|
<span class="section-header-link">
|
|
{{ partial "icon.html" "link" }}
|
|
</span>
|
|
</a>
|
|
</h{{ .Level }}>
|