diff --git a/src/static/touch_icon.png b/src/static/touch_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..65c97970bd24c02d2617069e69d6806325435a92 Binary files /dev/null and b/src/static/touch_icon.png differ diff --git a/src/templates/macros.html b/src/templates/macros.html index af241d701a9588896d18ae97c06e1cb22b83fbdd..b170acae91127ae579be4a62749f3c2e84b58143 100644 --- a/src/templates/macros.html +++ b/src/templates/macros.html @@ -6,6 +6,8 @@ <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 %} <meta name="viewport" content="width=device-width, initial-scale=1.0"/> {% endif%} diff --git a/src/version.json b/src/version.json index 38e68d62c7354a3c85911fafbab27bac056846f2..90e61b7c8b14851c1685e246dd239fa4248a05f2 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.5.0", - "code": 9, - "date": "31.01.21" + "name": "v1.6.0", + "code": 10, + "date": "01.02.21" } } \ No newline at end of file