mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
7 lines
203 B
HTML
7 lines
203 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a class="heading-link" href="#{{ .Anchor | safeURL }}">
|
|
<i class="fa fa-link" aria-hidden="true"></i>
|
|
</a>
|
|
</h{{ .Level }}>
|