Skip to content

Commit 21ff6ad

Browse files
authored
Create home.html
1 parent 9af0459 commit 21ff6ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_layouts/home.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="home">
6+
{%- if page.title -%}
7+
<h1 class="page-heading">{{ page.title }}</h1>
8+
{%- endif -%}
9+
10+
{{ content }}
11+
</div>

0 commit comments

Comments
 (0)