From 5c04c9e3e33b817bbd08f80cca4d66888bd958aa Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Mon, 25 Aug 2025 15:25:48 -0700 Subject: feat: apply canonical filter to clean URLs in post template Uses canonical filter for canonical link tags while preserving original URLs with parameters for og:url metadata, improving SEO through proper URL canonicalization --- bskyweb/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index 963af2065..a290b94e7 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -14,7 +14,7 @@ {%- if requestURI %} - + {% endif -%} {%- if postView.Author.DisplayName %} -- cgit 1.4.1