Skip to content

Commit ff84fb9

Browse files
committed
Remove duplicate cheat sheet entry from sidebar
1 parent 12e6b07 commit ff84fb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

layouts/partials/sidebar.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@
2121
<li>
2222
<a href="{{ relURL "learn" }}"{{ if (eq $section "learn") }} class="active"{{ end }}>Learn</a>
2323
<ul {{ if (eq $section "learn") }}class="expanded"{{ end }}>
24-
<li>
25-
<a href="{{ relURL "cheat-sheet" }}"{{ if (eq .Params.Subsection "cheat-sheet") }} class="active"{{ end }}>Cheat Sheet</a>
26-
</li>
2724
<li>
2825
<a href="{{ relURL "book" }}"{{ if (eq .Params.Subsection "book") }} class="active"{{ end }}>Book</a>
2926
</li>
30-
3127
<li>
3228
<a href="{{ relURL "cheat-sheet" }}"{{ if (eq .Params.Subsection "cheat-sheet") }} class="active"{{ end }}>Cheat Sheet</a>
3329
</li>

0 commit comments

Comments
 (0)