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