17 lines
511 B
HTML
17 lines
511 B
HTML
<footer>
|
|
<div class="container">
|
|
<div>
|
|
If you want to talk to the people behind ChaosZone, head on over to <a href="https://app.element.io/#/room/#chaoszone:matrix.eigenbaukombinat.de">our Matrix Channel</a>
|
|
</div>
|
|
|
|
<div>
|
|
To contact the administrator of this site, write to <a href="mailto:website@chaoszone.cz" class="email">website@chaoszone.cz</a>.
|
|
</div>
|
|
|
|
<div>
|
|
Website design by ChaosZone Team<br/>
|
|
© {{ dateFormat "2006" now }} {{ .Site.Title }}
|
|
</div>
|
|
</div>
|
|
</footer>
|