|
|
@ -11,13 +11,11 @@ |
|
|
|
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} |
|
|
|
{{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }} |
|
|
|
{{ $code := resources.Get "scss/code.scss" | resources.ToCSS | resources.Minify }} |
|
|
|
{{ $search := resources.Get "scss/search.scss" | resources.ToCSS | resources.Minify }} |
|
|
|
{{ $icon := resources.Get "img/favicon.png" }} |
|
|
|
{{- partial "sidenotes.html" . -}} |
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen"> |
|
|
|
<link rel="stylesheet" href="{{ $sidenotes.Permalink }}" media="screen"> |
|
|
|
<link rel="stylesheet" href="{{ $code.Permalink }}" media="screen"> |
|
|
|
<link rel="stylesheet" href="{{ $search.Permalink }}" media="screen"> |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous" media="screen"> |
|
|
|
<link rel="icon" type="image/png" href="{{ $icon.Permalink }}"> |
|
|
|
|
|
|
|