Moved into folder

Reason: Dockerfile, README, circleci stuff aren't delivered publicly
This commit is contained in:
CryptKiddie
2019-06-13 21:43:33 +02:00
parent 3fc5796cb5
commit 761a8415e3
411 changed files with 2 additions and 2 deletions

14
web/_layouts/page.html Normal file
View File

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