From 786b75e558acee87c33b40787abe0261fa157bd2 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Thu, 5 Jul 2018 07:41:00 +1000 Subject: [PATCH] Refactors: moving from baseof.html to header.html --- layouts/_default/baseof.html | 2 -- layouts/partials/header.html | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5369924..ab62a7c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,8 +1,6 @@ - {{ block "header" . -}}{{- end }} - {{ partial "sidebar.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0923783..4321fce 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,5 @@ - + + {{ "" | safeHTML }} @@ -43,3 +44,4 @@ {{- end }} + \ No newline at end of file