mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
dcb26096f5
- Make the font colour in the footer darker - change the hamburger span in the header to a button - update the javascript to select the button - update the meta viewport to the latest recommended method - Undo unrelated changes
9 lines
213 B
Scheme
9 lines
213 B
Scheme
<nav class="primary">
|
|
<button class="nav-open-button">²</button>
|
|
<ul>
|
|
<% loop $Menu(1) %>
|
|
<li class="$LinkingMode"><a href="$Link" title="$Title.XML">$MenuTitle.XML</a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</nav>
|