Pages/Jekyll

This commit is contained in:
GitLab 2019-11-13 22:11:44 +01:00 committed by Marc Schwede
commit 411e1abf61
27 changed files with 1045 additions and 0 deletions

14
_layouts/page.html Normal file
View file

@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>