From d8c904d1d92c9685d42ac537f6a07a610b98eb43 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 22 Aug 2025 14:42:05 -0700 Subject: feat: add canonical URL to profile template for better SEO --- bskyweb/templates/profile.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index ab84dd157..af4180dc1 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -15,6 +15,7 @@ {%- if requestURI %} + {% endif -%} {%- if profileView.DisplayName %} -- cgit 1.4.1