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 3862b1b commit 89fe389Copy full SHA for 89fe389
templates/layout.html
@@ -11,7 +11,7 @@
11
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
12
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
13
<a href="{% block nav_link %}{% endblock nav_link %}">
14
- <img class="v-mid ml0-l" alt="Rust Logo" src="/images/rust-logo-blk.svg">
+ <img class="v-mid ml0-l" alt="Rust Logo" src="{{ get_url(path="images/rust-logo-blk.svg") }}">
15
<span class="dib ml1 ml0-l">{% block nav_title %}{% endblock nav_title %}</span>
16
</a>
17
</div>
templates/nav.html
0 commit comments