add some pre-pwa icon stuff before dealing w pwa later
This commit is contained in:
parent
ae36e40b53
commit
a8f08b6c6d
2 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@
|
|||
}
|
||||
})();
|
||||
</script>
|
||||
<link rel="icon" href="{% static 'img/logo-icon.png' %}">
|
||||
<link rel="apple-touch-icon" href="{% static 'img/logo-icon.png' %}">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="{{ site_name }}">
|
||||
|
|
BIN
common/static/img/logo-icon.png
Normal file
BIN
common/static/img/logo-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue