aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_layouts/home.html')
-rw-r--r--site/_layouts/home.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/site/_layouts/home.html b/site/_layouts/home.html
deleted file mode 100644
index a68db67005..0000000000
--- a/site/_layouts/home.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html lang="en" itemscope itemtype="https://schema.org/WebPage">
- {% include head.html %}
- <body class="body-home">
- {% include header.html %}
-
- {{ content }}
-
- {% include footer.html %}
- </body>
-</html>