diff options
Diffstat (limited to 'src/views/index.pug')
-rw-r--r-- | src/views/index.pug | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/views/index.pug b/src/views/index.pug index 5367b41..0988b08 100644 --- a/src/views/index.pug +++ b/src/views/index.pug | |||
@@ -1,19 +1,12 @@ | |||
1 | include ../mixins/post | 1 | include ../mixins/post |
2 | include ../mixins/sub | 2 | include ../mixins/sub |
3 | include ../mixins/header | 3 | include ../mixins/header |
4 | include ../mixins/head | ||
4 | include ../utils | 5 | include ../utils |
5 | - var subs = [] | 6 | - var subs = [] |
6 | doctype html | 7 | doctype html |
7 | html | 8 | html |
8 | head | 9 | +head() |
9 | meta(name="viewport" content="width=device-width, initial-scale=1.0") | ||
10 | meta(charset='UTF-8') | ||
11 | title reddit | ||
12 | link(rel="stylesheet", href="/styles.css") | ||
13 | link(rel="preconnect" href="https://rsms.me/") | ||
14 | link(rel="stylesheet" href="https://rsms.me/inter/inter.css") | ||
15 | script(src="https://cdn.dashjs.org/latest/dash.all.min.js") | ||
16 | |||
17 | +subMgmt() | 10 | +subMgmt() |
18 | script. | 11 | script. |
19 | function updateButton(sub) { | 12 | function updateButton(sub) { |