Remove useless sidenotes partial

This commit is contained in:
Danila Fedorin 2021-01-13 16:35:01 -08:00
parent 4bb6695c2e
commit ebdb986e2a
2 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,8 @@
{{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}
{{ $code := resources.Get "scss/code.scss" | resources.ToCSS | resources.Minify }}
{{ $icon := resources.Get "img/favicon.png" }}
{{- partial "sidenotes.html" . -}}
<style>.sidenote-checkbox { display: none; }</style>
<style>.feather { width: 1rem; height: 1rem; }</style>
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen">
<link rel="stylesheet" href="{{ $sidenotes.Permalink }}" media="screen">
<link rel="stylesheet" href="{{ $code.Permalink }}" media="screen">

View File

@ -1,5 +0,0 @@
<style>
.sidenote-checkbox {
display: none;
}
</style>