diff options
author | Akshay <[email protected]> | 2024-11-04 12:45:50 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-04 12:45:50 +0000 |
commit | d18f24945f35fde4e04b29ab27abce93ffbc6a99 (patch) | |
tree | 8a8312503b551b0ff467b578879c1df91e307857 /src/views/subs.pug | |
parent | 429fefe5023222b3e8a9a8fb6fbf440938dacce8 (diff) |
share html head
Diffstat (limited to 'src/views/subs.pug')
-rw-r--r-- | src/views/subs.pug | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/views/subs.pug b/src/views/subs.pug index 2d2ee4f..f7e2b81 100644 --- a/src/views/subs.pug +++ b/src/views/subs.pug | |||
@@ -1,14 +1,10 @@ | |||
1 | include ../mixins/sub | 1 | include ../mixins/sub |
2 | include ../mixins/header | 2 | include ../mixins/header |
3 | include ../mixins/head | ||
3 | 4 | ||
4 | doctype html | 5 | doctype html |
5 | html | 6 | html |
6 | head | 7 | +head() |
7 | meta(charset='UTF-8') | ||
8 | meta(name="viewport" content="width=device-width, initial-scale=1.0") | ||
9 | title reddit | ||
10 | link(rel='stylesheet', href='/styles.css') | ||
11 | |||
12 | +subMgmt() | 8 | +subMgmt() |
13 | script. | 9 | script. |
14 | function newSubItem(sub) { | 10 | function newSubItem(sub) { |