mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-07 00:01:37 -05:00
Remove a few unnecessary elements when printing
- Hide clickable link icon on headings in articles - Hide "Copy" button on code blocks - Hide "View raw" button in page metadata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-heading">
|
||||
{{ .Text | safeHTML }}
|
||||
<a class="heading-link" href="#{{ .Anchor | safeURL }}">
|
||||
<a class="content-heading-link" href="#{{ .Anchor | safeURL }}">
|
||||
<span aria-label="{{ i18n "aria_heading_link" }}">
|
||||
{{ partial "icon.html" "link" }}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user