Add update
Former-commit-id: e1b10e0d29020d135b0fe8d146aa479fe3dc9e7d [formerly 77747345cbe2a3efdc458dc2543cec49e242719d] [formerly a69d4ef7201163a9457f7a4b6a01e6b7235c7e3c [formerly bea3af0c4c32097b578aab9312ca73454123a32a]] Former-commit-id: 1cfd0cdcfadf40e46c607cfffbd8d03f6c571deb [formerly 94d49761b14d478ccbd9689150d488a76095558c] Former-commit-id: 35ba57a9761e8c2e1986348f3cf2bfea9f1820e7
This commit is contained in:
parent
6b679de43f
commit
745982ae83
3 changed files with 11 additions and 3 deletions
|
@ -54,7 +54,7 @@ where: Where are we next
|
|||
---
|
||||
tour:
|
||||
|
||||
<table><thead><tr><th>date</th><th>event</th><th>place</th></tr></thead><tbody><tr>
|
||||
<table><thead><tr><th>Datum</th><th>Veranstaltung</th><th>Ort</th></tr></thead><tbody><tr>
|
||||
|
||||
|
||||
<tr>
|
||||
|
@ -63,7 +63,7 @@ tour:
|
|||
<td>Kiel</td>
|
||||
</tr><tr>
|
||||
<td>17. November 2018</td>
|
||||
<td><a href="https://toolbox-bodensee.de/termine/">Tag der offenen Türe im Hackspace Toolbox</a></td>
|
||||
<td><a href="https://toolbox-bodensee.de/termine/">Tag der offenen Türe im Hackerspace Toolbox</a></td>
|
||||
<td>Markdorf</td>
|
||||
</tr><tr>
|
||||
<td>23. - 25. November 2018</td>
|
||||
|
@ -85,6 +85,10 @@ tour:
|
|||
<td>30. Mai - 2. Juni 2019</td>
|
||||
<td><a href="https://entropia.de/GPN19/">GPN19</a></td>
|
||||
<td>Karlsruhe</td>
|
||||
</tr><tr>
|
||||
<td>14. - 16. Juni 2019</td>
|
||||
<td><a href="https://cosin.ch/">Cosin</a></td>
|
||||
<td>Biel/Bienne</td>
|
||||
</tr><tr>
|
||||
<td>21.-25. August 2019</td>
|
||||
<td><a href="https://events.ccc.de">CCCamp 2019</a></td>
|
||||
|
|
|
@ -89,6 +89,10 @@ tour:
|
|||
<td>30. Mai - 2. Juni 2019</td>
|
||||
<td><a href="https://entropia.de/GPN19/">GPN19</a></td>
|
||||
<td>Karlsruhe</td>
|
||||
</tr><tr>
|
||||
<td>14. - 16. Juni 2019</td>
|
||||
<td><a href="https://cosin.ch/">Cosin</a></td>
|
||||
<td>Biel/Bienne</td>
|
||||
</tr><tr>
|
||||
<td>21.-25. August 2019</td>
|
||||
<td><a href="https://events.ccc.de">CCCamp 2019</a></td>
|
||||
|
|
|
@ -10,7 +10,7 @@ set search = "blog" %}
|
|||
<author>
|
||||
<name>{% if this.author %}{{ this.author }}{% else %}L3D{% endif %}</name>
|
||||
</author>
|
||||
<generator uri="https://github.com/ajdavis/lektor-atom" version="0.2">Lektor Atom Plugin</generator>{%
|
||||
<generator uri="https://gitea.see-base.de/c3woc/c3woc" version="0.2">Lektor Atom XML Template</generator>{%
|
||||
set pages = site.query('/blog').include_undiscoverable(true).all() %}{%
|
||||
for page in pages %}
|
||||
<entry xml:base="{{ baseurl }}{{ search }}/{{ page._id }}/">
|
||||
|
|
Loading…
Reference in a new issue