This commit is contained in:
Matteo Pagliazzi 2013-09-07 13:55:48 +02:00
parent f1dc9e7f90
commit 4f9cf94574
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,9 @@ html
head
title HabitRPG | Your Life The Role Playing Game
// ?v=1 needed to force refresh
link(rel='shortcut icon' href='/favicon.ico?v=1')
script(type='text/javascript').
window.env = !{JSON.stringify(env)};

View file

@ -7,6 +7,9 @@ html
block title
title HabitRPG | Your Life the Role Playing Game
// ?v=1 needed to force refresh
link(rel='shortcut icon' href='/favicon.ico?v=1')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')