Adding template tag to render the microsite favicon

This commit is contained in:
Felipe Montoya
2014-04-02 17:16:05 -05:00
parent f683a4c576
commit e64d09fdd8
2 changed files with 11 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
{% block title %}<title>{% platform_name %}</title>{% endblock %}
<link rel="icon" type="image/x-icon" href="{% static "images/favicon.ico" %}" />
<link rel="icon" type="image/x-icon" href="{% favicon_path %}" />
{% compressed_css 'style-vendor' %}
{% compressed_css 'style-app' %}