Skip to content

Commit 92bd754

Browse files
authored
Create plain.html
1 parent 85b9978 commit 92bd754

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_layouts/plain.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3+
4+
{%- include head.html -%}
5+
6+
<body>
7+
8+
<main class="page-content" aria-label="Content">
9+
<div class="wrapper">
10+
{{ content }}
11+
</div>
12+
</main>
13+
14+
{%- include footer.html -%}
15+
16+
</body>
17+
18+
</html>

0 commit comments

Comments
 (0)