Adding events
This commit is contained in:
parent
759b943e95
commit
c59d8bb27b
3 changed files with 15 additions and 2 deletions
|
@ -2,6 +2,13 @@ title: Winkekatze Video Operation Center
|
||||||
---
|
---
|
||||||
_model: start
|
_model: start
|
||||||
---
|
---
|
||||||
body: Hello World
|
body:
|
||||||
|
|
||||||
|
Das Winkekatzen Video Operation Center ist eine kleine Gruppe von chaosnahen Wesen aus der Bodenseeregion. Wir sind begeistert von Video- und Veranstaltungstechnik und Streamen und Recorden gerne Vorträge aus der Community rund um den Chaos Computer Club.
|
||||||
|
|
||||||
|
Gibt es bei bei dir im Chaostreff auch spannende Vorträge oder ähnliches, die gerne gestreamt und recordet wären? Dann Sprich uns an!
|
||||||
|
```
|
||||||
|
video [at] winkekatze.tv
|
||||||
|
```
|
||||||
---
|
---
|
||||||
image: /images/winkekatze.svg
|
image: /images/winkekatze.svg
|
||||||
|
|
5
content/events/contents.lr
Normal file
5
content/events/contents.lr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
_model: page
|
||||||
|
---
|
||||||
|
title: Veranstaltungen mit Winkekatze TV
|
||||||
|
---
|
||||||
|
body: Hallo Welt
|
|
@ -39,9 +39,10 @@
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li
|
<li
|
||||||
{%- if this._path == '/' %} class="active"{%- endif -%}>
|
{%- if this._path == '/' %} class="active"{%- endif -%}>
|
||||||
<a href="{{ '/'|url }}">Welcome</a>
|
<a href="{{ '/'|url }}">Hallo</a>
|
||||||
</li>
|
</li>
|
||||||
{%- for href, title in [
|
{%- for href, title in [
|
||||||
|
['/events' , 'Veranstaltungen'],
|
||||||
['https://c3woc.de/impressum/', 'Impressum']
|
['https://c3woc.de/impressum/', 'Impressum']
|
||||||
] %}
|
] %}
|
||||||
<li
|
<li
|
||||||
|
|
Loading…
Reference in a new issue