Sha256: 8b598516e2859abc0f0584adf6dc8f5c672293f43f76184e9cf2d6db87a2a506

Contents?: true

Size: 793 Bytes

Versions: 8

Compression:

Stored size: 793 Bytes

Contents

<header class="content-container">
    {%- assign page_paths = site.pages | map: "path" -%}

    <a id="site-title" href="/">{{ site.data.theme.title }}</a>

    <nav>
        <a href="/">Home</a>
        {%- for path in page_paths -%}
            {%- assign page = site.pages | where: "path", path | first -%}
            {%- if page.dir == "/" and page.url != "/" -%}
                <a href="{{ page.url }}">
                    {%- if page.title -%}
                        {{ page.title | escape }}
                    {%- else -%}
                        {%- assign page_title = page.name | split: "." -%}
                        {{ page_title[0] | capitalize }}
                    {%- endif -%}
                </a>
            {%- endif -%}
        {%- endfor -%}
    </nav>
</header>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-minimal-ryan-0.8.0 _includes/header.html
jekyll-theme-minimal-ryan-0.7.0 _includes/header.html
jekyll-theme-minimal-ryan-0.6.0 _includes/header.html
jekyll-theme-minimal-ryan-0.5.0 _includes/header.html
jekyll-theme-minimal-ryan-0.4.2 _includes/header.html
jekyll-theme-minimal-ryan-0.4.1 _includes/header.html
jekyll-theme-minimal-ryan-0.4.0 _includes/header.html
jekyll-theme-minimal-ryan-0.3.0 _includes/header.html