aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index b0937c7..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-layout: compress
----
-
-<!DOCTYPE html>
-<html lang="{{- site.lang | strip | slugify | xml_escape -}}">
-
-{%- include head.html -%}
-
-<body>
- <header>
- {%- include navbar.html -%}
- </header>
-
- <article>
- {{- content -}}
- </article>
-
- {%- include counter.html -%}
-</body>
-
-</html> \ No newline at end of file