summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sitestatic/logos/apple-touch-icon-144x144.pngbin0 -> 3063 bytes
-rw-r--r--templates/base.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/sitestatic/logos/apple-touch-icon-144x144.png b/sitestatic/logos/apple-touch-icon-144x144.png
new file mode 100644
index 0000000..cd177f2
--- /dev/null
+++ b/sitestatic/logos/apple-touch-icon-144x144.png
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index b8a5be4..e6ccc97 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,6 +10,7 @@
<link rel="apple-touch-icon" href="{% static "logos/apple-touch-icon-57x57.png" %}" />
<link rel="apple-touch-icon" sizes="72x72" href="{% static "logos/apple-touch-icon-72x72.png" %}" />
<link rel="apple-touch-icon" sizes="114x114" href="{% static "logos/apple-touch-icon-114x114.png" %}" />
+ <link rel="apple-touch-icon" sizes="144x144" href="{% static "logos/apple-touch-icon-144x144.png" %}" />
<link rel="search" type="application/opensearchdescription+xml" href="{% url 'opensearch-packages' as osp %}{{ osp }}" title="Arch Linux Packages" />
{% block head %}{% endblock %}
</head>