]> Untitled Git - lemmy.git/commitdiff
add apple-touch-icon
authorAnthony Ettinger <anthony@chovy.com>
Mon, 29 Apr 2019 20:43:26 +0000 (13:43 -0700)
committerAnthony Ettinger <anthony@chovy.com>
Mon, 29 Apr 2019 20:43:26 +0000 (13:43 -0700)
ui/fuse.js
ui/src/index.html

index 0fdf9a42801f154dbf50f753145ffcf74935b1b7..2eb3b15c84f23d9d9644f868a3d6988b6d8ff21a 100644 (file)
@@ -46,6 +46,7 @@ Sparky.task('config', _ => {
 Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/'));
 Sparky.task('env', _ => (isProduction = true));
 Sparky.task('copy-assets', () => Sparky.src('assets/*.svg').dest('dist/'));
+Sparky.task('copy-assets', () => Sparky.src('assets/*.png').dest('dist/'));
 Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => {
   fuse.dev();
   app.hmr().watch();
index 21d2445c1cb44ff1c3ae98aa4a98a24d85b21a0f..3f64c9a5d31bef0d621749fe344e02b60727631a 100644 (file)
@@ -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>