From 005762d8a8da5a28a71ece035c4515d7cd4a074f Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 6 Nov 2022 00:19:13 +0100 Subject: [PATCH] Add Apple touch icon, fix #200 --- pages/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.vue b/pages/index.vue index f94fcfb7..92aaf9b7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -78,6 +78,7 @@ export default { { property: 'og:image', content: this.settings.baseurl + '/logo.png' } ], link: [ + { rel: 'apple-touch-icon', href: this.settings.baseurl + '/logo.png' }, { rel: 'alternate', type: 'application/rss+xml', title: this.settings.title, href: this.settings.baseurl + '/feed/rss' }, { rel: 'alternate', type: 'text/calendar', title: this.settings.title, href: this.settings.baseurl + '/feed/ics' } ]