1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

Adding full Jekyll site

This commit is contained in:
Guido Cossu
2016-10-12 12:10:54 +01:00
parent d75906f517
commit 3c0931cca9
22 changed files with 1885 additions and 18 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>