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 02492e2 commit ff982feCopy full SHA for ff982fe
layouts/partials/sidebar.html
@@ -38,7 +38,7 @@
38
<a href="/downloads"{{ if (eq $section "downloads") }} class="active"{{ end }}>Downloads</a>
39
<ul {{ if (eq $section "downloads") }}class="expanded"{{ end }}>
40
<li>
41
- <a href="/downloads/guis"{{ if (eq .Params.Subsection "guis") }} class="active"{{ end }}>GUI Clients</a>
+ <a href="/downloads/guis"{% if page.section == "guis" %} class="active"{% endif %}>GUI Clients</a>
42
</li>
43
44
<a href="/downloads/logos"{{ if (eq .Params.Subsection "logos") }} class="active"{{ end }}>Logos</a>
0 commit comments