aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/_layouts/page.html')
-rw-r--r--site/jekyll/_layouts/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/jekyll/_layouts/page.html b/site/jekyll/_layouts/page.html
new file mode 100644
index 0000000..5f9f137
--- /dev/null
+++ b/site/jekyll/_layouts/page.html
@@ -0,0 +1,6 @@
+{% capture content %}
+<div class="container">
+{{ content }}
+</div>
+{% endcapture %}
+{% include header.html %}