From 20873abef80c88c41c55d3bbf293ac7ed8ba3615 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 20 Mar 2022 16:27:08 -0700 Subject: [PATCH] * Using .Site.BaseURL as prefix for css and js --- themes/shockrah.xyz/layouts/partials/footer.html | 2 +- themes/shockrah.xyz/layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/shockrah.xyz/layouts/partials/footer.html b/themes/shockrah.xyz/layouts/partials/footer.html index 6bd3bc9..5207a5a 100644 --- a/themes/shockrah.xyz/layouts/partials/footer.html +++ b/themes/shockrah.xyz/layouts/partials/footer.html @@ -1,2 +1,2 @@ - + diff --git a/themes/shockrah.xyz/layouts/partials/head.html b/themes/shockrah.xyz/layouts/partials/head.html index c55a2ef..fa81a0b 100644 --- a/themes/shockrah.xyz/layouts/partials/head.html +++ b/themes/shockrah.xyz/layouts/partials/head.html @@ -1,7 +1,7 @@ - + {{ $title := print .Title }}