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