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 e82cd9c commit edded6eCopy full SHA for edded6e
templates/nav.html
@@ -2,7 +2,7 @@
2
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
3
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
4
<a href="{{ config.base_url | safe }}{{ section.path | safe }}">
5
- <img class="v-mid ml0-l rust-logo" alt="Rust Logo" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
+ <img class="v-mid ml0-l rust-logo" alt="" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
6
<span class="dib ml1 ml0-l">{{ section.title }}</span>
7
</a>
8
</div>
0 commit comments