summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
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 00000000..3e5ec98e
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,6 @@
+{% include header.html %}
+{% if page.version and page.version != site.latest %}
+ {% include old_version.html %}
+{% endif %}
+{{ content }}
+{% include footer.html %}