diff options
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); |