1
0
Fork 0
mirror of https://github.com/rramiachraf/dumb.git synced 2025-04-06 14:27:37 +03:00

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}}