Skip to content

Commit ff982fe

Browse files
committed
Adjust the GUI clients link in the sidebar
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 02492e2 commit ff982fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<a href="/downloads"{{ if (eq $section "downloads") }} class="active"{{ end }}>Downloads</a>
3939
<ul {{ if (eq $section "downloads") }}class="expanded"{{ end }}>
4040
<li>
41-
<a href="/downloads/guis"{{ if (eq .Params.Subsection "guis") }} class="active"{{ end }}>GUI Clients</a>
41+
<a href="/downloads/guis"{% if page.section == "guis" %} class="active"{% endif %}>GUI Clients</a>
4242
</li>
4343
<li>
4444
<a href="/downloads/logos"{{ if (eq .Params.Subsection "logos") }} class="active"{{ end }}>Logos</a>

0 commit comments

Comments
 (0)