Start making the layout look like the old site

This commit is contained in:
2019-08-02 18:36:12 -07:00
parent 2aae302793
commit d1ad723a22
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<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 }}">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/default.js"></script>
</head>