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:
parent
3f5a2c5041
commit
544734b843
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue