diff options
author | Dennis Eriksen <d@ennis.no> | 2019-04-10 20:01:29 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-04-10 20:01:29 +0200 |
commit | 59e1226bfb0801c723f112a7c606d6d6f6fc09fb (patch) | |
tree | b2668c0c058912e92641357e26a81a6d709a5697 /layouts/_default/baseof.html | |
parent | adding readme (diff) | |
download | riker-59e1226bfb0801c723f112a7c606d6d6f6fc09fb.tar.gz |
settling on design, adding giraffe, fixing css
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 11 |
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> |