add some pre-pwa icon stuff before dealing w pwa later

This commit is contained in:
Your Name 2023-06-08 16:46:26 -04:00 committed by Henri Dickson
parent ae36e40b53
commit a8f08b6c6d
2 changed files with 4 additions and 0 deletions

View file

@ -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 }}">

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB