mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -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 }}
|
{{ range $name, $url := $links }}
|
||||||
<a
|
<a
|
||||||
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
|
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
|
||||||
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 a new issue