summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
diff options
context:
space:
mode:
authorAnthony Ettinger <anthony@chovy.com>2019-04-29 12:31:51 -0700
committerAnthony Ettinger <anthony@chovy.com>2019-04-29 12:31:51 -0700
commit40d722ff7db6a26f92e10548dc8af2a080da88cc (patch)
tree6c8a222bff03e85a1c97cfbc07bf08495295f3b6 /ui/src/index.html
parentda6871fd6d50000552214dcd13fc35e858a3c843 (diff)
fix apple ios icon. add gitignore
Diffstat (limited to 'ui/src/index.html')
-rw-r--r--ui/src/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/index.html b/ui/src/index.html
index efa5b969..21d2445c 100644
--- a/ui/src/index.html
+++ b/ui/src/index.html
@@ -5,6 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
+ <link rel="apple-touch-icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
+
<title>Lemmy</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">