summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
diff options
context:
space:
mode:
authorAnthony Ettinger <anthony@chovy.com>2019-04-29 13:43:26 -0700
committerAnthony Ettinger <anthony@chovy.com>2019-04-29 13:43:26 -0700
commita034839fdf990166c49fc834d8bde07c8f41766d (patch)
treea9c55438603dee8fcdf8abe9ae7819862c1fbaa9 /ui/src/index.html
parent40d722ff7db6a26f92e10548dc8af2a080da88cc (diff)
add apple-touch-icon
Diffstat (limited to 'ui/src/index.html')
-rw-r--r--ui/src/index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/ui/src/index.html b/ui/src/index.html
index 21d2445c..3f64c9a5 100644
--- a/ui/src/index.html
+++ b/ui/src/index.html
@@ -5,12 +5,21 @@
<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" />
+ <link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
- <title>Lemmy</title>
+ <title>Dofollow Links - Upvotocracy</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/js/sortable.min.js"></script>
+<!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2359053-86"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-2359053-86');
+ </script>
</head>
<body>