forked from ag_kommunikation/webseite
Überflüssige Models und Templates entfernt.
This commit is contained in:
parent
86aa4b7f83
commit
486f77d60a
@ -17,7 +17,7 @@ subclaim_content:
|
||||
Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Wiki und unseren Podcast auf dem Laufenden.<br>
|
||||
Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast).
|
||||
---
|
||||
title: About this Website
|
||||
title: Leistungen
|
||||
---
|
||||
body:
|
||||
|
26
content/licence/contents.lr
Normal file
26
content/licence/contents.lr
Normal file
@ -0,0 +1,26 @@
|
||||
_model: page
|
||||
---
|
||||
claim_heading:
|
||||
|
||||
## <span>Werde <em>Teilchen­beschleu­nigerIn</em></span><br><span>in der chaosnahen Genossenschaft.</span>
|
||||
---
|
||||
claim_content:
|
||||
|
||||
Booste Projekte mit Unterstütung von 150 GenossInnen<br>Genossen­schaftlich & solidarisch.
|
||||
---
|
||||
subclaim_heading:
|
||||
|
||||
## Genossenschaft zur Erschließung neuer<br />Betätigungsformen in der Informationstechnologie.
|
||||
---
|
||||
subclaim_content:
|
||||
|
||||
Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Wiki und unseren Podcast auf dem Laufenden.<br>
|
||||
Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/pocast).
|
||||
---
|
||||
title: Lizenz
|
||||
---
|
||||
body:
|
||||
|
||||
This is a website that was made with the Lektor quickstart.
|
||||
|
||||
And it does not contain a lot of information.
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"home": {
|
||||
"href": "/",
|
||||
"Leistungen": {
|
||||
"href": "/leistungen",
|
||||
"items": {}
|
||||
},
|
||||
"about": {
|
||||
"href": "/about",
|
||||
"items": {}
|
||||
},
|
||||
"specs": {
|
||||
"Mitglieder": {
|
||||
"href": "/specs",
|
||||
"list_childs": true,
|
||||
"items": {
|
||||
"members": "/members",
|
||||
"lines of code": "/lines_of_code"
|
||||
"Beratung": "/beratung",
|
||||
"Hands on": "/hands_on"
|
||||
}
|
||||
},
|
||||
"mission": {
|
||||
"Partner": {
|
||||
"href": "/mission",
|
||||
"items": {}
|
||||
},
|
||||
"legal": {
|
||||
"Kontakt": {
|
||||
"href": "/legal",
|
||||
"items": {}
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
[model]
|
||||
name = Multisection
|
||||
label = Multisection
|
||||
inherits = header
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[children]
|
||||
order_by = sort_key
|
@ -1,13 +0,0 @@
|
||||
{% extends "header.html" %}
|
||||
{% from "macros/multisection.html" import render_section %}
|
||||
{% block body %}
|
||||
{% for child in this.children %}
|
||||
{% if child._model == 'section' %}
|
||||
<section class="content {{ loop.cycle('-odd', '-even') }} -columns">
|
||||
<div class="content__box -columns">
|
||||
{{ render_section(child) }}
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user