Sha256: 63b7ce8aa568fb35d8b9fd31e495d7261c16d8d0196f99344bd450c0a13390ad

Contents?: true

Size: 355 Bytes

Versions: 15

Compression:

Stored size: 355 Bytes

Contents

<header>
  <a href="/"><h1>Octopress Local Docs</h1></a>
  <p>Local documentation for your site's plugins.</p>
  {% assign doc_pages = page.docs %}
  {% if doc_pages.size > 1 %}
    <nav class='main-nav' role='navigation'>
    {% for doc in doc_pages %}
    <a href="{{ doc.url }}">{{ doc.title }}</a>
    {% endfor %}
    </nav>
  {% endif %}
</header>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
octopress-3.0.12.pre.1 local/_includes/nav.html
octopress-3.0.11 local/_includes/nav.html
octopress-3.0.10 local/_includes/nav.html
octopress-3.0.9 local/_includes/nav.html
octopress-3.0.8 local/_includes/nav.html
octopress-3.0.7 local/_includes/nav.html
octopress-3.0.6 local/_includes/nav.html
octopress-3.0.5 local/_includes/nav.html
octopress-3.0.4 local/_includes/nav.html
octopress-3.0.3.alpha.2 local/_includes/nav.html
octopress-3.0.3.alpha.1 local/_includes/nav.html
octopress-3.0.3.alpha.0 local/_includes/nav.html
octopress-3.0.2 local/_includes/nav.html
octopress-3.0.1 local/_includes/nav.html
octopress-3.0.0 local/_includes/nav.html