From 59e1226bfb0801c723f112a7c606d6d6f6fc09fb Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 10 Apr 2019 20:01:29 +0200 Subject: settling on design, adding giraffe, fixing css --- layouts/_default/baseof.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 5f8e2ec..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,11 +0,0 @@ - - - {{- partial "head.html" . -}} - - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - -- cgit v1.2.3