2019-08-02 18:36:12 -07:00
|
|
|
<head>
|
2019-08-06 03:48:29 -07:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="theme-color" content="#1dc868" />
|
|
|
|
|
2020-05-04 03:23:55 -07:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Noto+Sans+JP&family=Lora&display=swap" rel="stylesheet">
|
2019-08-02 18:36:12 -07:00
|
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
2019-08-06 03:48:29 -07:00
|
|
|
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }}
|
2019-12-30 14:56:09 -08:00
|
|
|
{{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}
|
|
|
|
{{ $icon := resources.Get "img/favicon.png" }}
|
2020-03-02 21:30:23 -08:00
|
|
|
{{- partial "sidenotes.html" . -}}
|
2019-08-02 18:36:12 -07:00
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
2019-12-06 00:10:26 -08:00
|
|
|
<link rel="stylesheet" href="{{ $sidenotes.Permalink }}">
|
2019-12-30 14:56:09 -08:00
|
|
|
<link rel="icon" type="image/png" href="{{ $icon.Permalink }}">
|
2019-08-06 03:48:29 -07:00
|
|
|
|
2020-03-02 23:50:49 -08:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
|
2019-08-16 02:58:39 -07:00
|
|
|
|
|
|
|
<title>{{ .Title }}</title>
|
2019-08-02 18:36:12 -07:00
|
|
|
</head>
|