summaryrefslogtreecommitdiffstats
path: root/tpl/views/code.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/code.pug')
-rw-r--r--tpl/views/code.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/code.pug b/tpl/views/code.pug
index 552500d..21e16c8 100644
--- a/tpl/views/code.pug
+++ b/tpl/views/code.pug
@@ -1,7 +1,7 @@
1mixin view-code 1mixin view-code
2 +view('code', 'Code') 2 +view('code', 'Code')
3 .c-box.s-body 3 .c-box.s-body
4 p= loremIpsum 4 p.u-mt-0= loremIpsum
5 pre 5 pre
6 code. 6 code.
7 font-weight: 700; 7 font-weight: 700;