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/comments.pug | |
parent | 429fefe5023222b3e8a9a8fb6fbf440938dacce8 (diff) |
share html head
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r-- | src/views/comments.pug | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug index 9210d96..50c54ec 100644 --- a/src/views/comments.pug +++ b/src/views/comments.pug | |||
@@ -1,15 +1,11 @@ | |||
1 | include ../mixins/comment | 1 | include ../mixins/comment |
2 | include ../mixins/header | 2 | include ../mixins/header |
3 | include ../mixins/head | ||
3 | include ../utils | 4 | include ../utils |
4 | 5 | ||
5 | doctype html | 6 | doctype html |
6 | html | 7 | html |
7 | head | 8 | +head() |
8 | meta(charset='UTF-8') | ||
9 | meta(name="viewport" content="width=device-width, initial-scale=1.0") | ||
10 | title reddit | ||
11 | link(rel='stylesheet', href='/styles.css') | ||
12 | script(src="https://cdn.dashjs.org/latest/dash.all.min.js") | ||
13 | script. | 9 | script. |
14 | function toggleDetails(details_id) { | 10 | function toggleDetails(details_id) { |
15 | var detailsElement = document.getElementById(details_id); | 11 | var detailsElement = document.getElementById(details_id); |