Add favicons and secret settings import.

This commit is contained in:
Stephan Porada
2019-06-18 16:20:11 +02:00
parent d71bed2a3c
commit cd8f6354fe
11 changed files with 40 additions and 6 deletions

View File

@ -24,6 +24,10 @@ Also all needes JavaScript and CSS is laoded here.-->
{% else %}
<title>Bundesdata</title>
{% endif %}
<link rel="apple-touch-icon" sizes="180x180" href="{% static "blog/images/favicon/apple-touch-icon.png" %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static "blog/images/favicon/favicon-32x32.png" %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static "blog/images/favicon/favicon-16x16.png" %}">
<link rel="manifest" href="{% static "blog/images/favicon/site.webmanifest" %}>
</head>
<body class="blue-grey lighten-5">