|
@@ -6,7 +6,7 @@
|
|
|
<title>{% block title %}{{ page_title() }}{% endblock %}</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">{% block meta %}{% endblock %}
|
|
|
<link href="{{ STATIC_URL }}cranefly/css/cranefly.css" rel="stylesheet">{% block stylesheets %}{% endblock %}
|
|
|
- <link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico" />
|
|
|
+ <link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico">
|
|
|
</head>
|
|
|
<body itemscope itemtype="http://schema.org/WebPage"{% block body_class %}{% endblock %}>
|
|
|
{% block body %}{% endblock %}
|