diff options
Diffstat (limited to 'tpl/views/code.pug')
| -rw-r--r-- | tpl/views/code.pug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tpl/views/code.pug b/tpl/views/code.pug new file mode 100644 index 0000000..552500d --- /dev/null +++ b/tpl/views/code.pug | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | mixin view-code | ||
| 2 | +view('code', 'Code') | ||
| 3 | .c-box.s-body | ||
| 4 | p= loremIpsum | ||
| 5 | pre | ||
| 6 | code. | ||
| 7 | font-weight: 700; | ||
| 8 | letter-spacing: 1px; | ||
| 9 | text-transform: uppercase; | ||
| 10 | p= loremIpsum | ||
| 11 | |||
| 12 | .c-box.s-body. | ||
| 13 | And here is an #[code inline] code tag. | ||
