Parcourir la source

Fix URL in footer (#95)

Emruz Hossain il y a 4 ans
Parent
commit
33d43ae325
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}