mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Add kickstarter_url in _config
This commit is contained in:
parent
2b647b9e7d
commit
d0daba9085
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ terms_url: "/terms/"
|
||||||
privacy_url: "/privacy/"
|
privacy_url: "/privacy/"
|
||||||
whitepaper_url: "/files/whitepaper/"
|
whitepaper_url: "/files/whitepaper/"
|
||||||
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
||||||
|
kickstarter_url: "" # add the kickstarter url when ready
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
podcasts:
|
podcasts:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Stay private while surfing the Web. Stop ISPs, Wi-Fi Operators and VPNs from collecting all your personal [meta] data. Secure your whole computer, not only your web-browser.
|
Stay private while surfing the Web. Stop ISPs, Wi-Fi Operators and VPNs from collecting all your personal [meta] data. Secure your whole computer, not only your web-browser.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ site.reddit_url }}"><button><img src="{{ site.icons_url }}kickstarter.svg" alt=""><span>kickstarter</span></button></a>
|
<a href="{{ site.kickstarter_url }}"><button><img src="{{ site.icons_url }}kickstarter.svg" alt=""><span>kickstarter</span></button></a>
|
||||||
<span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
|
<span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue