From 4f9cf94574f4f3aadf3600b71589701200fcffa2 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sat, 7 Sep 2013 13:55:48 +0200 Subject: [PATCH] fix #1438 --- views/index.jade | 3 +++ views/static/layout.jade | 3 +++ 2 files changed, 6 insertions(+) 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')