Add files via upload

This commit is contained in:
yangbvv
2022-11-05 22:30:48 +08:00
committed by GitHub
parent 498a9b8629
commit c6cda37cc4
4 changed files with 113 additions and 1 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 | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>