diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html
index 60f266b..f787f0a 100644
--- a/layouts/partials/page-header.html
+++ b/layouts/partials/page-header.html
@@ -1,7 +1,6 @@
{{ $featured_image := partial "func/GetFeaturedImage.html" . }}
{{ if $featured_image }}
- {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
- {{ $featured_image := (trim $featured_image "/") | absURL }}
+ {{ $featured_image := (trim $featured_image "/") }}