Skip to content
Snippets Groups Projects
Commit 6a8ea652 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed favicon if image is used to add website to home screen of a mobile phone

parent 8c76ed3a
No related branches found
No related tags found
No related merge requests found
src/static/touch_icon.png

5.45 KiB

...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}"/> <link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}"/>
<link rel="apple-touch-icon" href="{{ url_for('static', filename='touch_icon.png') }}">
{% if addViewport %} {% if addViewport %}
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
{% endif%} {% endif%}
......
{ {
"version": { "version": {
"name": "v1.5.0", "name": "v1.6.0",
"code": 9, "code": 10,
"date": "31.01.21" "date": "01.02.21"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment