diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-07 11:37:07 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-07 11:37:07 +0200 |
commit | 93af695f08ba0cd76210a6f965c2424b1c0745f0 (patch) | |
tree | ccb7f5dba21b4bdd6cad688f302d3389913ddd10 /views/layout.jade | |
parent | 57e142dc6f5dfc6c6394d04ff4e807bb8288a417 (diff) |
add made by field
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/layout.jade b/views/layout.jade index 6d6d4f9..18c4a91 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -4,9 +4,8 @@ html title Metis Rooster meta(name='theme-color',content='#F44336') meta(name='viewport', content='width=device-width, initial-scale=1') - link(rel='stylesheet', href='/stylesheets/style.css') - script(async, defer, src='/javascripts/dest/main.js') link(href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet') + block head body block content script. |