Przeglądaj źródła

Fix URL in footer (#95)

Emruz Hossain 4 lat temu
rodzic
commit
33d43ae325
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      layouts/partials/footer.html

+ 1 - 1
layouts/partials/footer.html

@@ -30,7 +30,7 @@
                 {{ $sectionID = .section.id }}
               {{ end }}
               <li class="nav-item">
-                <a class="smooth-scroll" href="/#{{ $sectionID }}">{{ .section.name }}</a>
+                <a class="smooth-scroll" href="#{{ $sectionID }}">{{ .section.name }}</a>
               </li>
             {{ end }}
           {{- end }}