diff options
-rw-r--r-- | bskyweb/templates/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index af4180dc1..449caa39f 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -15,7 +15,7 @@ <meta property="profile:username" content="{{ profileView.Handle }}"> {%- if requestURI %} <meta property="og:url" content="{{ requestURI }}"> - <link rel="canonical" href="{{ requestURI }}" /> + <link rel="canonical" href="{{ requestURI|canonical }}" /> {% endif -%} {%- if profileView.DisplayName %} <meta property="og:title" content="{{ profileView.DisplayName }} (@{{ profileView.Handle }})"> |