浏览代码

correct name to title for links in navigation

Casey DeLorme 8 年之前
父节点
当前提交
9682a1ddff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template.tmpl

+ 1 - 1
template.tmpl

@@ -16,7 +16,7 @@
             <nav>
                 <ul>
                 {{range .Nav}}
-                    <li><a href='{{$depth}}{{.Link}}'>{{.Name}}</a></li>
+                    <li><a href='{{$depth}}{{.Link}}'>{{.Title}}</a></li>
                 {{end}}
                 </ul>
             </nav>