From 1cf91833841e99b4bec17594d95d60d0bbc19fc4 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:06:39 -0800 Subject: [PATCH] fix: meta images --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 87a70d9..40619ca 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,7 +12,7 @@ {{ if .Params.image }} {{ $image = .Params.image }} {{ else }} - {{ $image = resources.Get "images/rw_profile.jpg" }} + {{ $image = "/images/rw_profile.jpg" }} {{ end }}