diff options
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layout.jade b/views/layout.jade index 1b7b305..8fe7f51 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,7 +1,7 @@ doctype 5 html head - title= title + title Collection+JSON Explorer link(rel='stylesheet', href='/stylesheets/style.css') body - block content
\ No newline at end of file + block content |