Revision 10118ccf cloudcms/templates/cms/base.html
b/cloudcms/templates/cms/base.html | ||
---|---|---|
7 | 7 |
{% else %}{{ feincms_page.title }}{% endif %} | {{ APP.title }}{% endblock %} |
8 | 8 |
</title> |
9 | 9 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
10 |
<meta name="viewport" content="width=device-width; initial-scale=1.0">
|
|
10 |
<meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0">
|
|
11 | 11 |
|
12 | 12 |
{% block favicons %} |
13 | 13 |
<link rel="shortcut icon" href="{{ APP.favicon.get_absolute_url }}"> |
... | ... | |
17 | 17 |
{% block css %} |
18 | 18 |
<link href='https://fonts.googleapis.com/css?family=Antic' rel='stylesheet' type='text/css'> |
19 | 19 |
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}cloudcms/css/global.css"> |
20 |
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}cloudcms/css/print.css" media="print"> |
|
20 | 21 |
<!--[if lte IE 7]> |
21 | 22 |
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}cloudcms/css/ie7.css"> |
22 | 23 |
<![endif]--> |
Also available in: Unified diff