aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/example.html')
-rw-r--r--docs/_layouts/example.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html
deleted file mode 100644
index 617fc8ab2..000000000
--- a/docs/_layouts/example.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <!-- Meta, title, CSS, favicons, etc. -->
- {% include header.html %}
- <!-- Place anything custom after this. -->
- </head>
- <body>
-
- <!-- Page content of course! -->
- {{ content }}
-
- <!-- JS and analytics only. -->
- {% include footer.html %}
-
- </body>
-</html>