mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +00:00
Exclude KS plug on download page
This commit is contained in:
parent
f9baabafe9
commit
b44f355b99
2 changed files with 12 additions and 8 deletions
|
@ -1,11 +1,14 @@
|
|||
<content class="kickstarter-plug">
|
||||
<a href="{{ site.kickstarter_url }}">
|
||||
<div>
|
||||
<h3>Raised 11.755€ on Kickstarter - Thank You!</h3>
|
||||
<p>Have a look at all the details and watch video updates from the team 🎬</p>
|
||||
</div>
|
||||
</a>
|
||||
</content>
|
||||
|
||||
{% unless page.exclude_kickstarter_plug == true %}
|
||||
<content class="kickstarter-plug">
|
||||
<a href="{{ site.kickstarter_url }}">
|
||||
<div>
|
||||
<h3>Raised 11.755€ on Kickstarter - Thank You!</h3>
|
||||
<p>Have a look at all the details and watch video updates from the team 🎬</p>
|
||||
</div>
|
||||
</a>
|
||||
</content>
|
||||
{% endunless %}
|
||||
|
||||
<footer class="f-bg">
|
||||
<div class="list">
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: page_column
|
||||
title: Portmaster Download
|
||||
heading: Portmaster Download
|
||||
exclude_kickstarter_plug: true
|
||||
---
|
||||
|
||||
<div class="ui placeholder segment" style="display: block;text-align: center;padding: 1em 2.5em;">
|
||||
|
|
Loading…
Add table
Reference in a new issue