Fix missing "toggle" for right-hand navigation

This button was accidentally removed when the archives were
removed in ba85012f47

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-07-09 12:28:18 +02:00
parent a5590c8d34
commit fbfd22c08f

View File

@@ -26,4 +26,7 @@
</ul>
</div>
<div class="ctrl-right">
<a href="javascript:void(0)" id="menu-toggle"><i class="fa fa-indent" aria-hidden="true"></i></a>
</div>
</div>