diff options
Diffstat (limited to 'src/mixins')
-rw-r--r-- | src/mixins/head.pug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mixins/head.pug b/src/mixins/head.pug new file mode 100644 index 0000000..f7c1baf --- /dev/null +++ b/src/mixins/head.pug | |||
@@ -0,0 +1,10 @@ | |||
1 | mixin head() | ||
2 | head | ||
3 | meta(name="viewport" content="width=device-width, initial-scale=1.0") | ||
4 | meta(charset='UTF-8') | ||
5 | title reddit | ||
6 | link(rel="stylesheet", href="/styles.css") | ||
7 | link(rel="preconnect" href="https://rsms.me/") | ||
8 | link(rel="stylesheet" href="https://rsms.me/inter/inter.css") | ||
9 | script(src="https://cdn.dashjs.org/latest/dash.all.min.js") | ||
10 | |||