Skip to content

Commit 6f024fd

Browse files
committed
install page: Rename 'downloads" to "install" in sidebar and homepage
Signed-off-by: Julia Evans <[email protected]>
1 parent 0c5746d commit 6f024fd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

layouts/partials/sidebar.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@
5454
<a href="{{ relURL "docs" }}"{{ if or (eq .Params.Subsection "reference") (eq .Params.Subsection "manual") }} class="active"{{ end }}>Reference</a>
5555
</li>
5656
<li>
57-
<a href="{{ relURL "downloads" }}"{{ if (eq $section "downloads") }} class="active"{{ end }}>Downloads</a>
58-
<ul {{ if (eq $section "downloads") }}class="expanded"{{ end }}>
59-
<li>
60-
<a href="{{ relURL "downloads/logos" }}"{{ if (eq .Params.Subsection "logos") }} class="active"{{ end }}>Logos</a>
61-
</li>
62-
</ul>
57+
<a href="{{ relURL "install" }}"{{ if (eq $section "install") }} class="active"{{ end }}>Install</a>
6358
</li>
6459
<li>
6560
<a href="{{ relURL "community" }}"{{ if (eq $section "community") }} class="active"{{ end }}>Community</a>

layouts/partials/site-root.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ <h3>Reference</h3>
3131
</a>
3232
</li>
3333
<li>
34-
<a href="{{ relURL "downloads" }}">
34+
<a href="{{ relURL "install" }}">
3535
<img src="{{ relURL "images/icons/fa-down-long.svg" }}" width="74" height="74" />
36-
<h3>Downloads</h3>
36+
<h3>Install</h3>
3737
<p>Binary releases for all major platforms.</p>
3838
</a>
3939
</li>

0 commit comments

Comments
 (0)