forked from forgejo/forgejo
Add nofollow to sign in links (#8509)
This commit is contained in:
parent
8c8a93c025
commit
eb8975dcce
3 changed files with 4 additions and 4 deletions
|
@ -125,7 +125,7 @@
|
|||
<i class="octicon octicon-person"></i> {{.i18n.Tr "register"}}
|
||||
</a>
|
||||
{{end}}
|
||||
<a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubUrl}}/user/login?redirect_to={{.Link}}">
|
||||
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login?redirect_to={{.Link}}">
|
||||
<i class="octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}}
|
||||
</a>
|
||||
</div><!-- end anonymous right menu -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue