2019-08-02 18:36:12 -07:00
|
|
|
<head>
|
|
|
|
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }}
|
|
|
|
<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">
|
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
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-02 18:36:12 -07:00
|
|
|
</head>
|