fix: add rel noopener on anchor tag

This commit is contained in:
rramiachraf 2023-01-23 16:20:37 +01:00
parent 3f5a2c5041
commit 544734b843

View File

@ -1,5 +1,5 @@
{{define "footer"}}
<footer>
<a target="_blank" href="https://github.com/rramiachraf/dumb">Source Code</a>
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source Code</a>
</footer>
{{end}}