🔀 Merge pull request #452 from connickshields/dev

🐛 Fix URL safety for author bio links
This commit is contained in:
James Panther
2023-01-23 08:42:06 +11:00
committed by GitHub
+1 -1
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"