This commit is contained in:
shimingxy
2020-03-07 10:21:38 +08:00
parent 2ca1f7fc11
commit a72a91deef
13 changed files with 475 additions and 0 deletions

11
docs/_layouts/page.html Normal file
View File

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