This link was getting flagged in lighthouse audits, so adding the `rel` attribute to address it. Used both `noopener` and `noreferrer`, since some older browsers don't support `noopener`.
4 lines
343 B
HTML
4 lines
343 B
HTML
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}{{ now.Year }}<br>
|
|
{{ i18n "powered" | humanize }} <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
|
|
</p>
|