Add Apple touch icon, fix #200
This commit is contained in:
@@ -78,6 +78,7 @@ export default {
|
|||||||
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
|
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
|
||||||
],
|
],
|
||||||
link: [
|
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: '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' }
|
{ rel: 'alternate', type: 'text/calendar', title: this.settings.title, href: this.settings.baseurl + '/feed/ics' }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user