From 9a879c7a40cbe24f0a6b6fbdccfb00286619b154 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sat, 6 Dec 2025 14:13:17 -0500 Subject: [PATCH] Switching images to use absolute urls --- layouts/blog/single.amp.html | 2 +- layouts/blog/single.html | 2 +- layouts/index.html | 2 +- layouts/paper/single.html | 2 +- layouts/partials/header.html | 2 +- layouts/tracks/single.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/blog/single.amp.html b/layouts/blog/single.amp.html index 7974644..6c7f23f 100644 --- a/layouts/blog/single.amp.html +++ b/layouts/blog/single.amp.html @@ -11,7 +11,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 75 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - + {{ .Site.Params.Author }} {{ .Scratch.Set "beforeDateString" "Published on "}} diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 8952e28..1c77f52 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -11,7 +11,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 75 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - + {{ .Site.Params.Author }} {{ .Scratch.Set "beforeDateString" "Published on "}} diff --git a/layouts/index.html b/layouts/index.html index d01dd7e..9f30ddb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 250 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - Photo of {{ .Site.Params.Author }} + Photo of {{ .Site.Params.Author }} diff --git a/layouts/paper/single.html b/layouts/paper/single.html index b02a3d5..2bbe864 100644 --- a/layouts/paper/single.html +++ b/layouts/paper/single.html @@ -11,7 +11,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 75 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - + {{ .Site.Params.Author }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9508785..d5aa334 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -28,7 +28,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 75 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - Photo of {{ .Site.Params.Author }} + Photo of {{ .Site.Params.Author }}
diff --git a/layouts/tracks/single.html b/layouts/tracks/single.html index f53f870..fd292e8 100644 --- a/layouts/tracks/single.html +++ b/layouts/tracks/single.html @@ -11,7 +11,7 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 75 }} {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }} - + {{ .Site.Params.Author }}
{{ .Scratch.Set "beforeDateString" "Published on "}}