zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
739 stars 260 forks source link

add target="_blank" rel="noreferrer" to social links #484

Open sysadmin-info opened 1 year ago

sysadmin-info commented 1 year ago

file:

layouts/partials/footer/links-social.html

it should look like this:

<a href="{{ $path | safeURL }}" target="_blank" rel="noreferrer" title="{{ $name }}" aria-label="{{ $name }}">

file:

/layouts/partials/body/whoami.html

it should look like this:

<a href="{{ $path | safeURL }}" target="_blank" rel="noreferrer" title="{{ $name }}" aria-label="{{ $name }}">