(pl)(english) add links section

This commit is contained in:
Andrea Vos 2023-10-20 17:11:40 +02:00
parent 12fc460971
commit 261dac25bd
2 changed files with 19 additions and 0 deletions

View File

@ -1716,6 +1716,18 @@ people:
english:
enabled: true
route: 'english'
links:
-
icon: 'pen-nib'
url: ' https://en.pronouns.page/polish-revolution'
headline: 'The amazing revolution of “niebinarszczyzna”'
quote: >
Every once in a while I get reminded of just how much of what we do is pretty much invisible for most visitors of Pronouns.page,
simply because a big chunk of our work is focused on a language that they don't speak 😅
\[…] Over the last few years we're seeing big changes in how nonbinary Polish or niebinarna polszczyna, or niebinarszczyzna evolves,
gains social acceptance, legitimacy, and popularity among the nonbinary folks themselves.
So I wrote down a summary of what we've been up to on the Polish side of Pronouns.page. \[…]
pronounGroups:
-
name: 'Normative forms'

View File

@ -11,6 +11,13 @@
<T>english.intro</T>
</div>
<template v-if="config.english.links">
<Separator icon="link"/>
<ul class="list-unstyled">
<Link v-for="link in config.english.links" :link="link" :key="link.url"/>
</ul>
</template>
<Separator icon="list"/>
<section v-for="pronounGroup in config.english.pronounGroups">