mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
880063fa18
2 changed files with 5 additions and 4 deletions
|
@ -18,6 +18,7 @@ nav_order: 7
|
||||||
- [lakelogaztetxea.net](https://lakelogaztetxea.net)
|
- [lakelogaztetxea.net](https://lakelogaztetxea.net)
|
||||||
- [agenda.eskoria.eus](https://agenda.eskoria.eus/)
|
- [agenda.eskoria.eus](https://agenda.eskoria.eus/)
|
||||||
- [lubakiagenda.net](https://lubakiagenda.net/)
|
- [lubakiagenda.net](https://lubakiagenda.net/)
|
||||||
|
- [eventos.coletivos.org](https://eventos.coletivos.org/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -222,7 +222,7 @@ export default {
|
||||||
{ property: 'twitter:title', content: this.event.title },
|
{ property: 'twitter:title', content: this.event.title },
|
||||||
{
|
{
|
||||||
property: 'twitter:image',
|
property: 'twitter:image',
|
||||||
content: this.$options.filters.mediaURL(this.event, 'thumb')
|
content: this.$options.filters.mediaURL(this.event)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
property: 'twitter:description',
|
property: 'twitter:description',
|
||||||
|
@ -230,7 +230,7 @@ export default {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event, 'thumb') },
|
{ rel: 'image_src', href: this.$options.filters.mediaURL(this.event) },
|
||||||
{
|
{
|
||||||
rel: 'alternate',
|
rel: 'alternate',
|
||||||
type: 'application/rss+xml',
|
type: 'application/rss+xml',
|
||||||
|
|
Loading…
Reference in a new issue