summaryrefslogtreecommitdiff
path: root/src/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/page.html')
-rw-r--r--src/_layouts/page.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/_layouts/page.html b/src/_layouts/page.html
new file mode 100644
index 0000000..469413a
--- /dev/null
+++ b/src/_layouts/page.html
@@ -0,0 +1,13 @@
+---
+layout: default
+---
+
+<header id="post-header">
+ <h1 id="post-headline" itemprop="name headline">
+ {{ page.title | escape }}
+ </h1>
+</header>
+
+<div id="post-content">
+ {{ content }}
+</div>