Browse Source

Merge pull request 'mod unsigned html' (#131) from fix-122 into develop

Reviewed-by: 史梦园 <1729788216@qq.com>
master
yuyuanshifu 4 years ago
parent
commit
a7b106fde5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head_navbar.tmpl

+ 1
- 1
templates/base/head_navbar.tmpl View File

@@ -30,7 +30,7 @@
</div>
</div>
{{else if .IsLandingPageHome}}
<a class="item {{if .PageIsHome}}active{{end}}" href="/">{{.i18n.Tr "home"}}</a>
<a class="item {{if .PageIsHome}}active{{end}}" href="{{AppSubUrl}}/user/login?redirect_to={{.Link}}">{{.i18n.Tr "home"}}</a>
<a class="item" href="https://www.openi.org.cn" target="_blank">{{.i18n.Tr "custom.head.community"}}</a>

<div class="ui dropdown item">


Loading…
Cancel
Save