From 2abf58c832112e6ef950bbd6a7616eac22ac4b10 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 24 Jan 2019 17:29:02 +0100 Subject: Reformatted code --- views/layout.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/layout.pug') 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 -- cgit v1.2.3