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