fix: add rel noopener on anchor tag
This commit is contained in:
parent
3f5a2c5041
commit
544734b843
@ -1,5 +1,5 @@
|
|||||||
{{define "footer"}}
|
{{define "footer"}}
|
||||||
<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>
|
</footer>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user