mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Merge pull request #974 from ChristianHering/main
🐛 Fix tel:, ftp:, etc URLs For Author Links
This commit is contained in:
commit
09f5b9a55d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ range $name, $url := $links }}
|
||||
<a
|
||||
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
|
||||
href="{{ $url }}"
|
||||
href="{{ $url | safeURL }}"
|
||||
target="_blank"
|
||||
aria-label="{{ $name | title }}"
|
||||
rel="me noopener noreferrer"
|
||||
|
|
Loading…
Reference in a new issue