mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #452 from connickshields/dev
🐛 Fix URL safety for author bio links
pull/454/head
commit
d9fa215e4f
|
@ -5,7 +5,7 @@
|
||||||
<a
|
<a
|
||||||
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
|
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
|
||||||
style="will-change:transform;"
|
style="will-change:transform;"
|
||||||
href="{{ $url }}"
|
href="{{ $url | safeURL }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
aria-label="{{ $name | title }}"
|
aria-label="{{ $name | title }}"
|
||||||
rel="me noopener noreferrer"
|
rel="me noopener noreferrer"
|
||||||
|
|
Loading…
Reference in New Issue