Local-ize the Swiss theme
Ready for bastardisation :D
This commit is contained in:
13
_layouts/page.html
Normal file
13
_layouts/page.html
Normal 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>
|
||||
Reference in New Issue
Block a user