moved site back to root

このコミットが含まれているのは:
Zehka
2020-07-05 18:11:07 +02:00
コミット a4f0db8ea4
492個のファイルの変更1行の追加616行の削除

14
_layouts/page.html ノーマルファイル
ファイルの表示

@@ -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>