aboutsummaryrefslogtreecommitdiffstats
path: root/site/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_layouts/page.html')
-rw-r--r--site/_layouts/page.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/_layouts/page.html b/site/_layouts/page.html
new file mode 100644
index 0000000..6bb945c
--- /dev/null
+++ b/site/_layouts/page.html
@@ -0,0 +1,7 @@
+---
+layout: agl
+---
+
+<div class="page container">
+ {{ content }}
+</div>