aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..a029b8d
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,10 @@
1---
2layout: base
3---
4
5<article itemtype="http://schema.org/Article">
6 <h1 itemtype="headline">{{ page.title }}</h1>
7 <div>
8 {{ content }}
9 </div>
10</article>