Skip to content

Commit bf9de53

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Fix up redirections page
- Redirections -> Shorthand URLs - Use `road` icon instead of `bicycle`
1 parent ce94eca commit bf9de53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/about-base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 id="crate-title">Docs.rs documentation</h3>
1414
{{ macros::active_link(expected="builds", href="/about/builds", text=text) }}
1515
{% set text = '<i class="fa fa-fw fa-table"></i> <span class="title">Metadata</span>' %}
1616
{{ macros::active_link(expected="metadata", href="/about/metadata", text=text) }}
17-
{% set text = '<i class="fa fa-bicycle"></i> <span class="title">Redirections</span>' %}
17+
{% set text = '<i class="fa fa-fw fa-road"></i> <span class="title">Shorthand URLs</span>' %}
1818
{{ macros::active_link(expected="redirections", href="/about/redirections", text=text) }}
1919
</ul>
2020
</div>

templates/core/about/redirections.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends "about-base.html" -%}
22

3-
{%- block title -%} Redirections {%- endblock title -%}
3+
{%- block title -%} Shorthand URLs {%- endblock title -%}
44

55
{%- block body -%}
6-
<h1>Redirections</h1>
6+
<h1>Shorthand URLs</h1>
77
<div class="container about">
88

99
<p>

0 commit comments

Comments
 (0)