Favicon for Attract

This commit is contained in:
2016-11-10 13:07:48 +01:00
parent 1e82ddf206
commit a169701793
3 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -19,6 +19,9 @@ html(lang="en")
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=81120161) }}")
script(src="{{ url_for('static_attract', filename='assets/js/generated/tutti.min.js', v=81120161) }}")
link(href="{{ url_for('static_attract', filename='assets/img/favicon.png') }}", rel="shortcut icon")
link(href="{{ url_for('static_attract', filename='assets/img/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192")
| {% block style %}{% endblock %}
body("{% block bodyattrs %}{% if project %}data-project-url='{{ project.url }}'{% endif %}{% endblock %}")