diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-11-10 16:44:53 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-11-10 16:44:53 +0100 |
commit | 9ceacba23fe7dbb8421f376c963cb19be8f545a0 (patch) | |
tree | 6786b4bd75f0f43f00b87596b455be3da6dd0cfc /views/layout.jade | |
parent | 462b2c88e85d07b212eece2a30ec69da1d6dce00 (diff) |
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') |