PowerShell.org
Community Hub
diff --git a/themes/powershell-community/layouts/partials/schema-article.html b/themes/powershell-community/layouts/partials/schema-article.html
index 81e0d7257..d7ababee7 100644
--- a/themes/powershell-community/layouts/partials/schema-article.html
+++ b/themes/powershell-community/layouts/partials/schema-article.html
@@ -4,7 +4,7 @@
*/ -}}
{{- $brand := .Site.Params.brand | default .Site.Title -}}
{{- $ogImage := partial "og-image.html" . -}}
-{{- $logo := absURL "images/logo.png" -}}
+{{- $logo := (resources.Get "images/logo.png").Permalink -}}
{{- /* authors as schema.org Person nodes, linked to their author page when one exists */ -}}
{{- $authors := slice -}}
diff --git a/themes/powershell-community/layouts/partials/schema-site.html b/themes/powershell-community/layouts/partials/schema-site.html
index a891e0219..130c77102 100644
--- a/themes/powershell-community/layouts/partials/schema-site.html
+++ b/themes/powershell-community/layouts/partials/schema-site.html
@@ -2,7 +2,7 @@
schema-site.html — Organization + WebSite JSON-LD for the home page.
*/ -}}
{{- $brand := .Site.Params.brand | default .Site.Title -}}
-{{- $logo := absURL "images/logo.png" -}}
+{{- $logo := (resources.Get "images/logo.png").Permalink -}}
{{- $orgId := printf "%s#organization" .Site.BaseURL -}}
{{- /* sameAs: only canonical org profiles, not invite/redirect links */ -}}
diff --git a/themes/powershell-community/layouts/podcast/list.html b/themes/powershell-community/layouts/podcast/list.html
index 9d31aa46e..356eba8c0 100644
--- a/themes/powershell-community/layouts/podcast/list.html
+++ b/themes/powershell-community/layouts/podcast/list.html
@@ -36,8 +36,8 @@
{{ .Site.Params.podcast.title }}
{{ $title := .Title }}
{{ with .Params.youtube }}
-
diff --git a/themes/powershell-community/layouts/taxonomy/author.html b/themes/powershell-community/layouts/taxonomy/author.html
index d79f803a2..72bc83ba7 100644
--- a/themes/powershell-community/layouts/taxonomy/author.html
+++ b/themes/powershell-community/layouts/taxonomy/author.html
@@ -72,8 +72,8 @@ {{ $display }}
{{ $title := .Title }}
{{ with .Params.youtube }}
-
From e4bed1814fbe6ad5c00ec96f33e1d21ee44463cc Mon Sep 17 00:00:00 2001
From: Gilbert Sanchez
Date: Sun, 28 Jun 2026 09:34:29 -0700
Subject: [PATCH 5/8] fix(footer): drop static width on CC/Netlify badges so
they size by height
The badges carried explicit width/height attrs alongside `w-auto`, but
`w-auto` was purged out of the committed Tailwind bundle (it appeared in
no other markup), so it was inert and the width attribute squished both
badges to full intrinsic width at 24px tall. Remove the static dimensions
and let `h-6` set the height with natural width.
Co-Authored-By: Claude Opus 4.8
---
themes/powershell-community/layouts/partials/footer.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/powershell-community/layouts/partials/footer.html b/themes/powershell-community/layouts/partials/footer.html
index 18a23e5cb..2246a5509 100644
--- a/themes/powershell-community/layouts/partials/footer.html
+++ b/themes/powershell-community/layouts/partials/footer.html
@@ -86,10 +86,10 @@ {{ .Site.Params.summit.title }}
Contact
{{- $cc := (resources.Get "images/cc-by-sa.png").Resize "160x webp q90" -}}
-
+
-
+