Sha256: 00d3b2748185770e908f02711df6217b7ac3f72a17159bc2ab5598a5a07cf34e
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
<div id="logo"> <a href="{{ '/' | relative_url }}"> <button class="nav-button left" type="button"> {% include logo.html %} </button> </a> </div> <div id="navbar-navigation"> {% for item in site.data.navigation %} <a class="nav-item" href="{{ item.link | relative_url }}"> <button class="nav-button" type="button"> <span>{{item.name}}</span> </button> </a> {% endfor %} </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simport-1.7.0 | _includes/navigation.html |
simport-1.6.2 | _includes/navigation.html |
simport-1.6.1 | _includes/navigation.html |
simport-1.6.0 | _includes/navigation.html |