diff options
author | Jürgen Schweizer <oe6jue@oevsv.at> | 2017-04-02 00:41:59 +0200 |
---|---|---|
committer | Jürgen Schweizer <oe6jue@oevsv.at> | 2017-04-02 00:41:59 +0200 |
commit | 6fd65f62780613476fb228f439a95c9187952b70 (patch) | |
tree | f59a2a7f4724ce490ed2b552d14ba6a0dbc1ef00 | |
parent | 087b6f529460947b138d1d622d46cc495a73b44d (diff) |
next meetigs by hand
-rw-r--r-- | index.shtml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/index.shtml b/index.shtml index 591e59a..93b8ca5 100644 --- a/index.shtml +++ b/index.shtml @@ -4,8 +4,26 @@ <div id="content"> <!--#if expr="${SITE} = index" --> <h1>Funkfeuer Graz</h1> - <!--#include virtual="/inc/${LANG}/meetup.shtml" --> - <!--#include virtual="/content/${LANG}/news.html" --> + <div id="meetup"> +<h1>Nächstes Treffen</h1> +<p> + Montag, <em>03.04.2017 +</em> ab <em>22 Uhr</em><br /> + im <a href="https://realraum.at/wiki/doku.php">realraum</a>, + <a href="https://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum"> Brockmanngasse 15</a> + <br /><br /> + Vorgesehene kommende Termine: +</p> +<ul> + <li>15.05.2017</li> + <li>19.06.2017</li> +</ul> + +<p> + Weitere Informationen gibts im <a href="https://wiki.graz.funkfeuer.at/Treffen">Wiki</a>. +</p> +</div> +<!--#include virtual="/content/${LANG}/news.html" --> <!--#else --> <!--#include virtual="/content/${LANG}/${SITE}.html" --> <!--#endif --> |