Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-staticcms
This commit is contained in:
commit
c6e8f3f127
7 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
title: IPv6 VPN
|
||||
---
|
||||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
@ -9,4 +9,4 @@ buy_link: http://ungleich.ch
|
|||
subtitle: We enable you with IPv6 everywhere
|
||||
---
|
||||
body: Hi, this is body
|
||||
---
|
||||
---
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_discoverable: yes
|
||||
_discoverable: no
|
||||
---
|
||||
_hidden: no
|
||||
---
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
|
||||
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
|
||||
<div class="col-md-5 p-lg-5 mx-auto my-5">
|
||||
<h1 class="display-4 font-weight-normal">{{ self.title() }}</h1>
|
||||
<h1 class="display-4 font-weight-normal">{{ self.title() }}
|
||||
<span class="badge badge-info">BETA</span></h1>
|
||||
<p class="lead font-weight-normal">
|
||||
{% block subtitle %}{% endblock %}
|
||||
</p>
|
||||
|
@ -64,7 +65,8 @@
|
|||
<footer class="footer mt-auto py-3">
|
||||
<div class="container">
|
||||
<span class="text-muted">Copyright
|
||||
<a class=footer-link href="https://ungleich.ch">ungleich</a>.</span>
|
||||
<a class=footer-link href="https://ungleich.ch">ungleich
|
||||
glarus ag</a>.</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in a new issue