Local-ize the Swiss theme

Ready for bastardisation :D
This commit is contained in:
warlordjones
2019-09-17 22:18:31 +01:00
parent 0e19438c1a
commit 92cf00665a
34 changed files with 1627 additions and 1 deletions

13
_layouts/page.html Normal file
View File

@@ -0,0 +1,13 @@
---
layout: default
---
<article class="container mx-auto px-2 mt2 mb4">
<header>
<h1 class="h0 py-4 mt-3">{{ page.title }}</h1>
</header>
<div class="col-4 sm-width-full border-top-thin">
</div>
<div class="prose mb-4 py-4">
{{ content }}
</div>
</article>