]> Untitled Git - lemmy.git/commitdiff
fix apple ios icon. add gitignore
authorAnthony Ettinger <anthony@chovy.com>
Mon, 29 Apr 2019 19:31:51 +0000 (12:31 -0700)
committerAnthony Ettinger <anthony@chovy.com>
Mon, 29 Apr 2019 19:31:51 +0000 (12:31 -0700)
.gitignore [new file with mode: 0644]
ui/src/index.html

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..485dee6
--- /dev/null
@@ -0,0 +1 @@
+.idea
index efa5b9695165ec5ba542385778920822f171f708..21d2445c1cb44ff1c3ae98aa4a98a24d85b21a0f 100644 (file)
@@ -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">