瀏覽代碼

use RelPermalink for i18n menu (#353)

tags/v2.6.7
Jan Steinke 4 年之前
父節點
當前提交
a7f88bb583
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/i18nlist.html

+ 1
- 1
layouts/partials/i18nlist.html 查看文件

@@ -3,7 +3,7 @@
<ul class="pl0 mr3">
{{ range .Translations }}
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
<a class="hover-white no-underline white-90" href="{{ .RelPermalink }}">{{ .Lang }}</a>
</li>
{{ end}}
</ul>

Loading…
取消
儲存