Sha256: ef04caea0b3f3f35a5ad4f4ffbb1cb0ade02e973c41fb3621434eb7e5110b4c4

Contents?: true

Size: 1.32 KB

Versions: 9

Compression:

Stored size: 1.32 KB

Contents

<!-- 
  file: banding.html
  path: _includes/branding.html
  inclues: none
  description:  
-->
<!-- Color Schema Override 
    TODO: Add a poline plug-in to generate color scheme
    https://meodai.github.io/poline/

    primary: #a11111
    main: #007bff
    secondary: #6c757d

    ## Logo
        Red - #a11111
        Yellow - #ffe900
        Teal - #376986
        Blue - #007bff
 -->

<!-- Title Section  -->

<div class="navbar-brand">
    <a class="nav-link" href="{{ site.logo_link}}{{ page.url }}">
        <i class="d-sm-inline d-md-none {{ site.default_icon }} {{ site.default_icon }}-{{ site.title_icon | default: site.powered_by.default }}" aria-hidden="true"></i>
        <!-- display name if there's enough space, else icon only -->
        <span class="d-none d-md-inline"> 
            {{ site.title | default: site.title }}
        </span>
</div>

<div class="navbar-brand">
    <!-- If a subtitle exsits -->
    {%- if site.subtitle -%}
    <a class="nav-link" href="http://localhost:{{ site.port }}{{ site.baseurl}}{{ page.url }}">
        <i class="d-sm-inline d-md-none {{ site.default_icon }} {{ site.default_icon }}-{{ site.subtitle_icon | default: site.powered_by.default }}" aria-hidden="true"></i>
        <span class="d-none d-md-inline"> 
            {{ site.subtitle }}
        </span>
    </a>
    {% endif %}
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-zer0-0.1.8 _includes/branding.html
jekyll-theme-zer0-0.1.7 _includes/branding.html
jekyll-theme-zer0-0.1.6 _includes/branding.html
jekyll-theme-zer0-0.1.5 _includes/branding.html
jekyll-theme-zer0-0.1.4 _includes/branding.html
jekyll-theme-zer0-0.1.3 _includes/branding.html
jekyll-theme-zer0-0.1.2 _includes/branding.html
jekyll-theme-zer0-0.1.1 _includes/branding.html
jekyll-theme-zer0-0.1.0 _includes/branding.html