From 8ec70e516fa25955a497badf2c51d9fbc29fb8a2 Mon Sep 17 00:00:00 2001 From: infl00p Date: Mon, 31 Oct 2022 15:25:24 +0200 Subject: [PATCH] correct a page dir and added new layout --- content/{peri-hellug => pages}/yliko-probolis.md | 0 themes/hellug-minimal/layouts/index.html | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename content/{peri-hellug => pages}/yliko-probolis.md (100%) diff --git a/content/peri-hellug/yliko-probolis.md b/content/pages/yliko-probolis.md similarity index 100% rename from content/peri-hellug/yliko-probolis.md rename to content/pages/yliko-probolis.md diff --git a/themes/hellug-minimal/layouts/index.html b/themes/hellug-minimal/layouts/index.html index facb736..57afd44 100644 --- a/themes/hellug-minimal/layouts/index.html +++ b/themes/hellug-minimal/layouts/index.html @@ -1,11 +1,12 @@ {{- partial "head.html" . }}
-{{- partial "header.html" . }} + {{ if .Params.bannertemplate }} {{ partial .Params.bannertemplate . }} {{else}} {{ partial "hellug-banner.html" . }} {{end}} +{{- partial "header.html" . }}