From 1a1cc03f39cac975d79c9cde42ce3ce343ca85ee Mon Sep 17 00:00:00 2001 From: Austin Traver Date: Sat, 11 Feb 2023 01:21:07 -0800 Subject: [PATCH] Update image location --- layouts/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 25a8c66..2f57500 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,15 +4,15 @@
{{ range sort .Pages ".FuzzyWordCount" "desc" }} - {{ $img := path.Join "https://docs.austin.jp/" (slicestr (path.Join .RelPermalink "featured") ) }} + {{ $img := path.Join "docs.austin.jp" (slicestr (path.Join .RelPermalink "featured") ) }} - +
{{ .Title }}