mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
fix #1438
This commit is contained in:
parent
f1dc9e7f90
commit
4f9cf94574
2 changed files with 6 additions and 0 deletions
|
|
@ -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)};
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue