mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add text/calendar alternate to home page
This commit is contained in:
parent
e0d2f6c231
commit
44ed5881cc
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ export default {
|
|||
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
|
||||
],
|
||||
link: [
|
||||
{ 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' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue