fix: add rel noopener on anchor tag
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user