8000 Comment out the unused navigation box. · adevore/blog.rust-lang.org@2ac2c28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac2c28

Browse files
committed
Comment out the unused navigation box.
This is useless and just looks bad on mobile.
1 parent 6628d47 commit 2ac2c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<a class="site-title" href="{{ site.baseurl }}/"><img id="site-logo" src="{{ site.logo }}"/> {{ site.title }}</a>
66

7-
<nav class="site-nav">
7+
<!--<nav class="site-nav">
88
<a href="#" class="menu-icon">
99
<svg viewBox="0 0 18 15">
1010
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
@@ -20,7 +20,7 @@
2020
{% endif %}
2121
{% endfor %}
2222
</div>
23-
</nav>
23+
</nav>-->
2424

2525
</div>
2626

0 commit comments

Comments
 (0)
0