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" />
|
|
|
|
|
2019-08-02 18:36:12 -07:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Lora|Raleway" rel="stylesheet">
|
|
|
|
<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-08-02 18:36:12 -07:00
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
2019-08-06 03:48:29 -07:00
|
|
|
|
2019-08-02 23:35:00 -07:00
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
|
2019-08-16 14:25:18 -07:00
|
|
|
{{ template "_internal/google_analytics.html" . }}
|
2019-08-16 02:58:39 -07:00
|
|
|
|
|
|
|
<title>{{ .Title }}</title>
|
2019-08-02 18:36:12 -07:00
|
|
|
</head>
|