Эх сурвалжийг харах

temporarily hard-coding top navigation to resolve problem with
nav-generator code in staticmd

Casey DeLorme 10 жил өмнө
parent
commit
61bb9ffd8d
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      template.tmpl

+ 3 - 3
template.tmpl

@@ -12,9 +12,9 @@
             {{if .Nav}}
             <nav>
                 <ul>
-                {{range .Nav}}
-                    <li><a href='{{$depth}}{{.Link}}'>{{.Name}}</a></li>
-                {{end}}
+                    <li><a href='/projects'>projects</a></li>
+                    <li><a href='/blog'>blog</a></li>
+                    <li><a href='resume.html'>resume</a></li>
                 </ul>
             </nav>
             {{end}}