aboutsummaryrefslogtreecommitdiff
path: root/src/views/comments.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r--src/views/comments.pug8
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 @@
1include ../mixins/comment 1include ../mixins/comment
2include ../mixins/header 2include ../mixins/header
3include ../mixins/head
3include ../utils 4include ../utils
4 5
5doctype html 6doctype html
6html 7html
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);