From fa1fe03b0ee24608cf538c95fe59dbb5bae17cbb Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 3 May 2023 13:37:34 +0800 Subject: [PATCH] Switch from absolute to relative links --- layouts/partials/footer.html | 2 +- layouts/partials/scripts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a6bc389..6e822f4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,7 +23,7 @@ {{ $links = sort $links "weight" "asc" }} {{- range $links -}}
  • - + {{- if $useImage }} {{- partial "components/simple-icon.html" (dict "id" .id) }} {{- else }} diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 950aa92..ae14981 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,2 +1,2 @@ {{ $siteScript := resources.Get "js/site.js" | resources.ExecuteAsTemplate "js/site.js" . }} - +