mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
[neutratywy] meta description
This commit is contained in:
parent
a860a2b484
commit
d8828d6e69
@ -267,6 +267,7 @@
|
||||
},
|
||||
head() {
|
||||
const title = 'Słownik neutratywów';
|
||||
const description = 'Feminatywy feminatywami, ale prawdziwe wyzwanie to tworzenie neutratywów! Przedstawiamy tworzony przez społeczność słownik rzeczowników z wyszczególnieniem ich formy męskiej, żeńskiej i neutralnej.';
|
||||
const banner = `${process.env.baseUrl}/bannerNouns.png`;
|
||||
|
||||
return {
|
||||
@ -275,6 +276,10 @@
|
||||
{ hid: 'og:title', property: 'og:title', content: title },
|
||||
{ hid: 'twitter:title', property: 'twitter:title', content: title },
|
||||
|
||||
{ hid: 'description', name: 'description', content: description },
|
||||
{ hid: 'og:description', property: 'og:description', content: description },
|
||||
{ hid: 'twitter:description', property: 'twitter:description', content: description },
|
||||
|
||||
{ hid: 'og:logo', property: 'og:logo', content: banner },
|
||||
{ hid: 'twitter:image', property: 'twitter:image', content: banner },
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user