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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') 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 }} -- cgit v1.2.3