diff options
author | Marvin Borner | 2019-01-24 17:29:02 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-24 17:29:02 +0100 |
commit | 2abf58c832112e6ef950bbd6a7616eac22ac4b10 (patch) | |
tree | 55f3d4f6c542e2ecb8da0ee832dc7ba2a2569862 /views/layout.pug | |
parent | 5abc62e8657e70c405afa175e52c73316d8a53a2 (diff) |
Reformatted code
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/views/layout.pug b/views/layout.pug index 3c6cd2a..3a78c46 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,8 +1,8 @@ doctype html html - head - title= title - script(src='/app.js') - link(rel='stylesheet', href='/app.css') - body - block content + head + title= title + script(src='/app.js') + link(rel='stylesheet', href='/app.css') + body + block content |