add App metadta
This commit is contained in:
parent
825f2a5f63
commit
f2e0c2c701
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
<title>{{settings.SITENAME}}</title>
|
<title>{{settings.SITENAME}}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
|
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
|
||||||
|
<meta name="application-name" content="{{settings.SITENAME}}"/>
|
||||||
|
<link rel="icon" href="/static/png/icon64.png" sizes="32x32"/>
|
||||||
|
<link rel="icon" href="/static/png/icon64.png" sizes="48x48"/>
|
||||||
|
<meta name="application-url" content="{{settings.URL}}"/>
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
if (typeof(console) == 'undefined') {
|
if (typeof(console) == 'undefined') {
|
||||||
console = {
|
console = {
|
||||||
|
|
Loading…
Reference in a new issue