cleanup html
This commit is contained in:
parent
3bc2b1bd3e
commit
ad2af2a257
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
{% endif %}
|
||||
<meta property="og:site_name" content="{{ settings.SITENAME }}"/>
|
||||
{% compress css file m %}
|
||||
<link rel="stylesheet" href="{% static 'mobile/css/reset.css' %}"></link>
|
||||
<link rel="stylesheet" href="{% static 'mobile/css/style.css' %}"></link>
|
||||
<link rel="stylesheet" href="{% static 'mobile/css/reset.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'mobile/css/style.css' %}">
|
||||
{% endcompress %}
|
||||
<meta name="google" value="notranslate"/>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue