diff options
author | Noah Loomans <noahloomans@gmail.com> | 2019-01-06 17:19:34 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2019-01-06 17:19:34 +0100 |
commit | c5c63a4fdc9769a50be431a47e724597138fb522 (patch) | |
tree | b4350159500e72160c0c9d018b34d66023340cea /views | |
parent | 03c22460461d071944e6cd73c39f204ab5402f0b (diff) |
Finishing touches of the kiemm versionmaster
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.jade | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/layout.jade b/views/layout.jade index 701fb29..ce87bdc 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -4,17 +4,19 @@ html(lang='nl') block head_top if school === 'kiemm' title Kiemm Rooster + meta(name='theme-color',content='#DE403B') + link(rel="mask-icon", href="/safari-pinned-tab.svg", color="#000000") else title Metis Rooster - meta(name='theme-color',content='#F44336') + meta(name='theme-color',content='#F44336') + link(rel="mask-icon", href="/safari-pinned-tab.svg", color="#f44336") meta(name='viewport', content='width=device-width, initial-scale=1') link(href='https://fonts.googleapis.com/css?family=Roboto', rel='stylesheet') link(rel='manifest', href='/manifest.webmanifest') link(rel="apple-touch-icon", sizes="120x120", href="/apple-touch-icon.png") link(rel="icon", type="image/png", href="/favicon-32x32.png", sizes="32x32") link(rel="icon", type="image/png", href="/favicon-16x16.png", sizes="16x16") - link(rel="mask-icon", href="/safari-pinned-tab.svg", color="#f44336") block head - body(style='opacity: 0;') + body(style='opacity: 0;', class=`school-${school}`) block content block scripts |