[pl] polecamy (mlem)

This commit is contained in:
Avris 2020-11-27 23:12:48 +01:00
parent 1ae0e20cfb
commit 2aa4bde470
7 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<template>
<section v-if="config.links.recommended.length">
<h2 class="mb-3">
<Icon v="thumbs-up"/>
<T>links.recommended</T>
</h2>
<ul class="list-unstyled">
<Link v-for="link in config.links.recommended" :link="link" :key="link.url"/>
</ul>
</section>
</template>

View File

@ -119,6 +119,7 @@ links:
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
recommended: []
contact:
enabled: true

View File

@ -286,6 +286,7 @@ faq:
links:
header: 'Links'
headerLong: 'Extra links'
recommended: 'We recommend'
media: 'Pronouns.page in the media'

View File

@ -174,6 +174,13 @@ links:
iconSet: 'b'
url: 'https://facebook.com/neutratywy'
headline: 'fb.com/neutratywy'
recommended:
-
icon: 'newspaper'
url: 'https://www.facebook.com/absurdalnikmlem'
headline: 'Absurdalnik Mlem!'
extra: ' zin promujący lekką i absurdalną fantastykę; ma politykę umieszczania zaimków w bio.'
people:
enabled: false

View File

@ -607,6 +607,7 @@ faq:
links:
header: 'Materiały'
headerLong: 'Dodatkowe materiały'
recommended: 'Polecamy'
media: 'Zaimki.pl w mediach'

View File

@ -194,7 +194,6 @@
<Separator icon="bookmark"/>
<section>
<Links/>
<Media/>
<Socials/>
</section>

View File

@ -3,6 +3,7 @@
<Links top/>
<Media/>
<Socials/>
<Recommended/>
<section>
<Share :title="$t('links.headerLong')"/>