From a8aa6e7ecc7edce0c364f793230fc6328530fe11 Mon Sep 17 00:00:00 2001 From: kentnek Date: Tue, 23 Jun 2020 03:38:36 +0800 Subject: [PATCH] use RelPermalink instead of Permalink --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 672be00..b2d5084 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,7 +36,7 @@ {{ range (slice $base_styles_opts $custom_styles_opts) }} {{ $style := resources.Get .src | resources.ExecuteAsTemplate .dest $current_page | toCSS | minify | fingerprint }} - + {{ end }} {{ range .AlternativeOutputFormats }} @@ -58,7 +58,7 @@ {{ block "footer" . }} {{ end }} {{ $script := resources.Get "js/index.js" | minify | fingerprint }} - + {{ block "scripts" . }} {{ end }}