mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-18 19:14:21 +01:00
* refactor(layout): move back link to layout * feat: add concept.svg * feat(menu): cleanup * feat(footer): add sitemap
19 lines
308 B
HTML
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> |