diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-11-10 16:46:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-10 16:46:09 +0100 |
commit | d655b5c72ba4a2591564067639279f4522529afd (patch) | |
tree | 6786b4bd75f0f43f00b87596b455be3da6dd0cfc /views/layout.jade | |
parent | a20a69e01d459e60eb5e0178ca394cd90d6992ac (diff) | |
parent | 9ceacba23fe7dbb8421f376c963cb19be8f545a0 (diff) |
Merge pull request #4 from nloomans/beta
added code for ab-testing
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layout.jade b/views/layout.jade index c2dd534..10aa433 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,6 +1,7 @@ doctype html html head + block head_top title Metis Rooster meta(name='theme-color',content='#F44336') meta(name='viewport', content='width=device-width, initial-scale=1') |