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 -}} diff --git a/layouts/partials/content_about.html b/layouts/partials/content_about.html new file mode 100644 index 0000000..1524b86 --- /dev/null +++ b/layouts/partials/content_about.html @@ -0,0 +1,4 @@ +