Sha256: 3aae6cf27d2066afb1eba445be9f6eedd7ffd28cef9912696c0c351203e5277a
Contents?: true
Size: 527 Bytes
Versions: 2
Compression:
Stored size: 527 Bytes
Contents
<header class="masthead"> <h2 class="masthead-title"> <a href="{{ '/' | relative_url }}">{{ site.title }}</a> </h2> {% if site.tagline %} <h5 class="masthead-tagline">{{ site.tagline }}</h5> {% endif %} {% if site.data.navigation %} <nav class="nav"> {% for item in site.data.navigation %} <a class="nav-item {% if page.url == item.url %}active{% endif %}" href="{{ item.url | relative_url }}"> {{ item.title }} </a> {% endfor %} </nav> {% endif %} </header>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-tao-1.0.0 | _includes/header.html |
jekyll-theme-tao-0.1.0 | _includes/header.html |