[pl] polecamy (mlem)
This commit is contained in:
parent
1ae0e20cfb
commit
2aa4bde470
|
@ -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>
|
|
@ -119,6 +119,7 @@ links:
|
|||
iconSet: 'b'
|
||||
url: 'https://twitter.com/PronounsPage'
|
||||
headline: '@PronounsPage'
|
||||
recommended: []
|
||||
|
||||
contact:
|
||||
enabled: true
|
||||
|
|
|
@ -286,6 +286,7 @@ faq:
|
|||
links:
|
||||
header: 'Links'
|
||||
headerLong: 'Extra links'
|
||||
recommended: 'We recommend'
|
||||
|
||||
media: 'Pronouns.page in the media'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -607,6 +607,7 @@ faq:
|
|||
links:
|
||||
header: 'Materiały'
|
||||
headerLong: 'Dodatkowe materiały'
|
||||
recommended: 'Polecamy'
|
||||
|
||||
media: 'Zaimki.pl w mediach'
|
||||
|
||||
|
|
|
@ -194,7 +194,6 @@
|
|||
<Separator icon="bookmark"/>
|
||||
|
||||
<section>
|
||||
<Links/>
|
||||
<Media/>
|
||||
<Socials/>
|
||||
</section>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<Links top/>
|
||||
<Media/>
|
||||
<Socials/>
|
||||
<Recommended/>
|
||||
|
||||
<section>
|
||||
<Share :title="$t('links.headerLong')"/>
|
||||
|
|
Reference in New Issue