diff --git a/views/index.jade b/views/index.jade index 792f1e7564..55b3596a70 100644 --- a/views/index.jade +++ b/views/index.jade @@ -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)}; diff --git a/views/static/layout.jade b/views/static/layout.jade index d001bb5f4a..3891e553f3 100644 --- a/views/static/layout.jade +++ b/views/static/layout.jade @@ -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')