[contact] support

This commit is contained in:
Andrea Vos 2020-10-10 22:40:40 +02:00
parent 149b953fb1
commit a8ada92a09
3 changed files with 31 additions and 0 deletions

View File

@ -194,3 +194,12 @@ contact:
neutratywy: '/neutratywy'
# imiona: '/imiona'
social_media: ~
support:
enabled: true
links:
-
icon: 'paypal'
iconSet: 'b'
url: 'https://paypal.me/AndreAvris'
headline: 'PayPal'

View File

@ -471,6 +471,12 @@ contact:
header: 'Kontakt'
authors: '{/neutratywy#autor=Autorza} strony'
support:
header: 'Wsparcie'
description: >
Jeśli chcesz się zrzucić na serwer, domeny, wlepki itp., lub zwyczajnie postawić autorzom piwo,
możesz skorzystać z poniższego linku (wspomnij o „zaimki.pl” w opisie transakcji):
share: 'Udostępnij'
crud:

View File

@ -21,6 +21,22 @@
</h3>
<Authors expanded/>
</section>
<section>
<h3>
<Icon v="people-carry"/>
<T>support.header</T>
</h3>
<p><T>support.description</T></p>
<p>
<a v-for="link in config.support.links"
:href="link.url" target="_blank" rel="noopener"
class="btn btn-outline-primary border m-1">
<Icon :v="link.icon" :set="link.iconSet || 'l'"/>
{{link.headline}}
</a>
</p>
</section>
</div>
</template>