fix: add rel noopener on anchor tag
This commit is contained in:
parent
3f5a2c5041
commit
544734b843
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user