diff --git a/_layouts/customnt.html b/_layouts/customnt.html
deleted file mode 100644
index 8ed8b39e..00000000
--- a/_layouts/customnt.html
+++ /dev/null
@@ -1,7 +0,0 @@
----
-layout: base
----
-
-
- {{content}}
-
\ No newline at end of file
diff --git a/_layouts/defaultnt.html b/_layouts/defaultnt.html
deleted file mode 100644
index a3c3b8a1..00000000
--- a/_layouts/defaultnt.html
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: base
----
-
\ No newline at end of file
diff --git a/_layouts/full-text.html b/_layouts/full-text.html
deleted file mode 100644
index f12d20c9..00000000
--- a/_layouts/full-text.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: default
----
-
\ No newline at end of file
diff --git a/_layouts/none.html b/_layouts/none.html
deleted file mode 100644
index a399d4e7..00000000
--- a/_layouts/none.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- {{ content }}
-
-
-
-
diff --git a/_layouts/proposal.html b/_layouts/proposal.html
deleted file mode 100644
index 94ba7876..00000000
--- a/_layouts/proposal.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
-layout: base
----
-{{page.title}}
- {{content}}
\ No newline at end of file
diff --git a/_layouts/root.html b/_layouts/root.html
deleted file mode 100644
index 582dfba0..00000000
--- a/_layouts/root.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% include language_cookie.php %}
-
-
-
- {% include head.html %}
-
-
-
-
-
- {% include header.html %}
-
-
- {{ content }}
-
-
- {% include footer.html %}
-
-
-
-
-
-
diff --git a/_layouts/static_page.html b/_layouts/static_page.html
deleted file mode 100644
index 95eb68b0..00000000
--- a/_layouts/static_page.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: base
----
-{% t page.title %}
-
\ No newline at end of file