Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 4fde983

Browse files
Remove unwanted "##" prefix in the top-level nav links.
2 parents 821d507 + fdb4b1d commit 4fde983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/nav_link.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{{ $isCurrent := eq .Permalink ($currentMenuEntry.URL | absURL | printf "%s") }}
33

44

5-
<a {{ if $isCurrent }}class="current"{{ end }} title="{{ $currentMenuEntry.Name }}" href="{{ $currentMenuEntry.URL | relURL}}">##
5+
<a {{ if $isCurrent }}class="current"{{ end }} title="{{ $currentMenuEntry.Name }}" href="{{ $currentMenuEntry.URL | relURL}}">
66
{{ $currentMenuEntry.Pre }}
77
{{ $currentMenuEntry.Name }}
88
</a>
99

1010
{{ if $isCurrent }}
1111
<ul id="scrollspy">
1212
</ul>
13-
{{ end }}
13+
{{ end }}

0 commit comments

Comments
 (0)