Sha256: 41cc32540f0f4b53cdea28efaecb15ba3b209efeeafa608b8c878049be9730c5

Contents?: true

Size: 1.29 KB

Versions: 14

Compression:

Stored size: 1.29 KB

Contents

<header id="top">
    <div class="wrapper">
        <a href="{{ site.baseurl }}/" class="brand">{{ site.title }}</a>
        <small>{{site.brief-intro}}</small>
        <button id="headerMenu" class="menu"><i class="fa fa-bars"></i></button>
        <nav id="headerNav">
            <ul>
                <li>
                    {% if page.url == '/' %}
                    <a class="active" href="{{site.baseurl}}/">
                        {% else %}
                    <a href="{{site.baseurl}}/">
                    {% endif %}
                        <i class="fa fa-home"></i>Home
                    </a>
                </li>

                {% for my_page in site.pages %}
                    {% if my_page.type == 'page' %}
                    <li>
                        {% if my_page.url == page.url %}
                        <a class="active" href="{{ my_page.url | prepend: site.baseurl }}">
                            {% else %}
                        <a href="{{ my_page.url | prepend: site.baseurl }}">
                        {% endif %}
                            <i class="fa fa-{{my_page.icon}}"></i>{{ my_page.title }}
                        </a>
                    </li>
                    {% endif %}
                {% endfor %}
            </ul>
        </nav>
    </div>
</header>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-gaeblogx-1.0.8 _includes/header.html
jekyll-theme-gaeblogx-1.0.7 _includes/header.html
jekyll-theme-gaeblogx-1.0.6 _includes/header.html
jekyll-theme-gaeblogx-1.0.5 _includes/header.html
jekyll-theme-gaeblogx-1.0.4 _includes/header.html
jekyll-theme-gaeblogx-1.0.3 _includes/header.html
jekyll-theme-gaeblogx-1.0.2 _includes/header.html
jekyll-theme-gaeblogx-1.0.1 _includes/header.html
jekyll-theme-gaeblogx-0.2 _includes/header.html
jekyll-theme-gaeblogx-0.1.5 _includes/header.html
jekyll-theme-gaeblogx-0.1.4 _includes/header.html
jekyll-theme-gaeblogx-0.1.3 _includes/header.html
jekyll-theme-gaeblogx-0.1.1 _includes/header.html
jekyll-theme-gaeblogx-0.1.0 _includes/header.html