mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
[contact] support
This commit is contained in:
parent
149b953fb1
commit
a8ada92a09
@ -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'
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user