small fixes

This commit is contained in:
teldra 2022-06-16 00:12:01 +02:00
parent 0b8ef874f8
commit 1cfa4529e3
2 changed files with 4 additions and 7 deletions

View File

@ -33,3 +33,7 @@
}
}
}
@-moz-document url-prefix("about:reader?") {
body { background: red; }
}

View File

@ -1,7 +0,0 @@
{{ $url := (printf "%s#%s" .Page.Permalink .Anchor) | safeURL }}
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
<a class="no_underline" href="{{ $url }}">
{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>