summaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..42e894e
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,18 @@
+---
+layout: default
+---
+<div class="wrapper">
+<div class="page">
+
+ <header class="post-header">
+ <h1 class="post-title">{{ page.title }}</h1>
+ </header>
+
+ {% include page_divider.html %}
+
+ <article class="post-content">
+ {{ content }}
+ </article>
+
+</div>
+</div>