We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af0459 commit 21ff6adCopy full SHA for 21ff6ad
_layouts/home.html
@@ -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