From e146cc68fbf6ed3c0c3d1987fb21291bf27a3b2c Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 19 Feb 2020 17:43:27 +0000 Subject: [PATCH] wrap .BaseFileName `with .File` --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 612b265..1172796 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -95,7 +95,7 @@ {{ else if eq .Site.Params.colorscheme "auto" }} {{ $csClass = "colorscheme-auto" }} {{ end }} - +
{{ partial "header.html" . }}