Skip to content

Commit 89fe389

Browse files
committed
Update logo path, and remove old nav.html
1 parent 3862b1b commit 89fe389

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
1212
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
1313
<a href="{% block nav_link %}{% endblock nav_link %}">
14-
<img class="v-mid ml0-l" alt="Rust Logo" src="/images/rust-logo-blk.svg">
14+
<img class="v-mid ml0-l" alt="Rust Logo" src="{{ get_url(path="images/rust-logo-blk.svg") }}">
1515
<span class="dib ml1 ml0-l">{% block nav_title %}{% endblock nav_title %}</span>
1616
</a>
1717
</div>

templates/nav.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)