Spaces:
Running
Running
Update src/templates/base.html
Browse files- src/templates/base.html +2 -0
src/templates/base.html
CHANGED
|
@@ -21,6 +21,8 @@
|
|
| 21 |
<meta name="twitter:creator" content="@heisbuba">
|
| 22 |
<meta name="twitter:title" content="{% block twitter_title %}{{ self.og_title() }}{% endblock %}">
|
| 23 |
<meta name="twitter:description" content="{% block twitter_description %}{{ self.og_description() }}{% endblock %}">
|
|
|
|
|
|
|
| 24 |
<link rel="manifest" href="/manifest.json">
|
| 25 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
| 26 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
| 21 |
<meta name="twitter:creator" content="@heisbuba">
|
| 22 |
<meta name="twitter:title" content="{% block twitter_title %}{{ self.og_title() }}{% endblock %}">
|
| 23 |
<meta name="twitter:description" content="{% block twitter_description %}{{ self.og_description() }}{% endblock %}">
|
| 24 |
+
<link rel="icon" type="image/svg+xml" href="{{ url_for('static', filename='logo.svg') }}">
|
| 25 |
+
<link rel="apple-touch-icon" href="{{ url_for('static', filename='icons/icon-192.png') }}">
|
| 26 |
<link rel="manifest" href="/manifest.json">
|
| 27 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
| 28 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|