aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
committerMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
commit2277bbda4e361750395251df8372aba9e69931fb (patch)
tree69cf8c45fe38924f95869e1878668afe088f7571 /_layouts/default.html
downloadxmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.gz
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.bz2
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.zip
Starting Out
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..cebd77a
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+{% include header.html %}
+{% include menu.html %}
+<div class="container offsetanchor" style="padding-top:80px;padding-bottom:60px;">
+{{ content }}
+{% include footer.html %}