Selaa lähdekoodia

correct name to title for links in navigation

Casey DeLorme 8 vuotta sitten
vanhempi
säilyke
9682a1ddff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>