mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
Add Apple touch icon, fix #200
This commit is contained in:
parent
3778f5e7c0
commit
005762d8a8
1 changed files with 1 additions and 0 deletions
|
@ -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' }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue