summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index 7c3696e..7bb59a0 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -36,7 +36,7 @@ mixin view(id, title)
36 views.push({ id, title }); 36 views.push({ id, title });
37 37
38 +container(narrow=true class='u-p-700 c-view' id=id) 38 +container(narrow=true class='u-p-700 c-view' id=id)
39 +h1-heading('xl')= title 39 +h1-heading('xl')(class='u-mt-0')= title
40 +divider('medium') 40 +divider('medium')
41 block 41 block
42 42