Create default.html

This commit is contained in:
yangbvv
2022-11-04 13:18:53 +08:00
committed by GitHub
parent 194f693f1d
commit 3c45dc5720

21
_layouts/default.html Normal file
View File

@@ -0,0 +1,21 @@
(13 sloc) 337 Bytes
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body>
{%- include header.html -%}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{%- include footer.html -%}
</body>
</html>