diff --git a/layouts/about/single.html b/layouts/about/single.html
deleted file mode 100644
index 674f63e..0000000
--- a/layouts/about/single.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "header" -}}
- {{ partial "header.html" . }}
-{{- end -}}
-
-{{ define "content" -}}
- {{ partial "content_about.html" . }}
-{{- end -}}
-
-{{ define "footer" -}}
-{{- end -}}