mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
Merge branch 'master' of framagit.org:/les/gancio into feat/allowgeoloc
This commit is contained in:
commit
537a68f54d
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ nav_order: 7
|
|||
- [lakelogaztetxea.net](https://lakelogaztetxea.net)
|
||||
- [agenda.eskoria.eus](https://agenda.eskoria.eus/)
|
||||
- [lubakiagenda.net](https://lubakiagenda.net/)
|
||||
- [eventos.coletivos.org](https://eventos.coletivos.org/)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -228,7 +228,7 @@ export default {
|
|||
{ property: 'twitter:title', content: this.event.title },
|
||||
{
|
||||
property: 'twitter:image',
|
||||
content: this.$options.filters.mediaURL(this.event, 'thumb')
|
||||
content: this.$options.filters.mediaURL(this.event)
|
||||
},
|
||||
{
|
||||
property: 'twitter:description',
|
||||
|
@ -236,7 +236,7 @@ export default {
|
|||
}
|
||||
],
|
||||
link: [
|
||||
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event, 'thumb') },
|
||||
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event) },
|
||||
{
|
||||
rel: 'alternate',
|
||||
type: 'application/rss+xml',
|
||||
|
|
Loading…
Reference in a new issue