hugo-theme-zzo
hugo-theme-zzo copied to clipboard
add target="_blank" rel="noreferrer" to social links
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 }}">