mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-06 07:51:36 -05:00
- Hide clickable link icon on headings in articles - Hide "Copy" button on code blocks - Hide "View raw" button in page metadata
9 lines
311 B
HTML
9 lines
311 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-heading">
|
|
{{ .Text | safeHTML }}
|
|
<a class="content-heading-link" href="#{{ .Anchor | safeURL }}">
|
|
<span aria-label="{{ i18n "aria_heading_link" }}">
|
|
{{ partial "icon.html" "link" }}
|
|
</span>
|
|
</a>
|
|
</h{{ .Level }}>
|