aboutsummaryrefslogtreecommitdiff
path: root/_layouts/homepage.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/homepage.html')
-rw-r--r--_layouts/homepage.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/homepage.html b/_layouts/homepage.html
new file mode 100644
index 0000000..01effd7
--- /dev/null
+++ b/_layouts/homepage.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ {% include head.html %}
+
+ <body>
+ {% include navigation.html %}
+ {{ content }}
+ {% include footer.html %}
+ </body>
+</html> \ No newline at end of file