🔀 Merge pull request #452 from connickshields/dev

🐛 Fix URL safety for author bio links
pull/454/head
James Panther 2023-01-23 08:42:06 +11:00 committed by GitHub
commit d9fa215e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<a
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
style="will-change:transform;"
href="{{ $url }}"
href="{{ $url | safeURL }}"
target="_blank"
aria-label="{{ $name | title }}"
rel="me noopener noreferrer"