We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e10d5 commit 913f2bfCopy full SHA for 913f2bf
layouts/partials/sidebar.html
@@ -21,13 +21,9 @@
21
<li>
22
<a href="{{ relURL "learn" }}"{{ if (eq $section "learn") }} class="active"{{ end }}>Learn</a>
23
<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>
27
28
<a href="{{ relURL "book" }}"{{ if (eq .Params.Subsection "book") }} class="active"{{ end }}>Book</a>
29
</li>
30
-
31
32
<a href="{{ relURL "cheat-sheet" }}"{{ if (eq .Params.Subsection "cheat-sheet") }} class="active"{{ end }}>Cheat Sheet</a>
33
0 commit comments