Files
twentyone-world.github.io/_layouts/text.html
Gigi fee4511c83 feat: update navigation and footer (#17)
* refactor(layout): move back link to layout

* feat: add concept.svg

* feat(menu): cleanup

* feat(footer): add sitemap
2022-05-15 21:02:04 +02:00

19 lines
308 B
HTML

---
layout: default
---
<div class="container">
<div class="row">
<div class="span8 offset2">
<div class="content">
{% if page.title %}<center><h1>{{ page.title }}</h1></center>{% endif %}
{{ content }}
<hr/>
<a href="/">← Back to the map</a>
</div>
</div>
</div>
</div>