Skip to content

Commit

Permalink
chore: add rel='noopener' for external link
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Sep 23, 2023
1 parent 41e6f8e commit 6c767d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<small class="footer_copyright">
© {{ now.Format "2006" }} {{ .Site.Params.author.name }}.
Powered by <a href="https://github.com/hugo-sid/hugo-blog-awesome" target="_blank">Hugo blog awesome</a>.
Powered by <a href="https://github.com/hugo-sid/hugo-blog-awesome" target="_blank" rel="noopener">Hugo blog awesome</a>.
</small>
</footer>

Expand Down

0 comments on commit 6c767d1

Please sign in to comment.