Favicon for Attract
This commit is contained in:
BIN
attract/static/assets/img/apple-touch-icon-precomposed.png
Normal file
BIN
attract/static/assets/img/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
attract/static/assets/img/favicon.png
Normal file
BIN
attract/static/assets/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
@@ -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 %}")
|
||||
|
Reference in New Issue
Block a user