aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-04-10 20:01:29 +0200
committerDennis Eriksen <d@ennis.no>2019-04-10 20:01:29 +0200
commit59e1226bfb0801c723f112a7c606d6d6f6fc09fb (patch)
treeb2668c0c058912e92641357e26a81a6d709a5697 /layouts/_default/baseof.html
parentadding readme (diff)
downloadriker-59e1226bfb0801c723f112a7c606d6d6f6fc09fb.tar.gz
settling on design, adding giraffe, fixing css
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html11
1 files changed, 0 insertions, 11 deletions
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 @@
-<!DOCTYPE html>
-<html>
- {{- partial "head.html" . -}}
- <body>
- {{- partial "header.html" . -}}
- <div id="content">
- {{- block "main" . }}{{- end }}
- </div>
- {{- partial "footer.html" . -}}
- </body>
-</html>