From 738b14d67fea3da74b857eea1f9eb8248467da8c Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Tue, 26 Jun 2018 10:36:26 +1000 Subject: [PATCH] Adds layout for the About page --- layouts/about/single.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/about/single.html 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 -}}