mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 08:25:59 -06:00
6 lines
165 B
HTML
6 lines
165 B
HTML
|
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
|
||
|
<a href="#{{ .Anchor | safeURL }}">
|
||
|
{{ .Text | safeHTML }}
|
||
|
</a>
|
||
|
</h{{ .Level }}>
|