diff --git a/layouts/resume/single.html b/layouts/resume/single.html
deleted file mode 100644
index b224ec8..0000000
--- a/layouts/resume/single.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{{ define "header" }}
- {{ partial "header.html" . }}
-{{ end }}
-
-{{ define "main" }}
-
-
-
-{{ end }}
-
-{{ define "footer" }}
- {{ partial "footer.html" . }}
-{{ end }}
diff --git a/layouts/simple/single.html b/layouts/simple/single.html
deleted file mode 100644
index f5b8473..0000000
--- a/layouts/simple/single.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{{ define "header" }}
- {{ partial "header.html" . }}
-{{ end }}
-
-{{ define "main" }}
-
-
- {{ partial "development/draft_tag.html" . }}
-
-
{{ .Title }}
-
-
-
-
-{{ end }}
-
-{{ define "footer" }}
- {{ partial "footer.html" . }}
-{{ end }}