From 37fcfa993c254399e16f16e5a0d2cdbf70be0528 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sun, 3 Nov 2019 09:37:04 +0100 Subject: logo is not part of theme --- layouts/index.html | 2 +- layouts/partials/head.html | 2 +- static/img/giraffe.svg | 106 --------------------------------------------- 3 files changed, 2 insertions(+), 108 deletions(-) delete mode 100644 static/img/giraffe.svg diff --git a/layouts/index.html b/layouts/index.html index 93b18d8..4f74872 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ partial "head" . }}
- +

{{ .Title }}

diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a2149d0..6f1549e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,6 +20,6 @@ {{ if not .IsHome }}
- +
{{ end }} diff --git a/static/img/giraffe.svg b/static/img/giraffe.svg deleted file mode 100644 index 9f5afba..0000000 --- a/static/img/giraffe.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - -- cgit v1.2.3