Sha256: 7954318130526be454ebb03904b6b27e5c54ea9935a7ce0e02b8065cf3d03c31

Contents?: true

Size: 846 Bytes

Versions: 9

Compression:

Stored size: 846 Bytes

Contents

{% if site.logo contains '://' %}
  {% assign site_logo = site.logo %}
{% else %}
  {% assign site_logo = site.logo | relative_url %}
{% endif %}

<header id="masthead">
  <div class="inner">
    <div class="title-area">
      {% if page.url == '/' %}
        <h1 class="site-title">
          <a href="{{ '/' | relative_url }}">
            {% if site.logo %}<img src="{{ site_logo }}" alt="" class="site-logo">{% endif %}
            <span>{{ site.title | escape }}</span>
          </a>
        </h1>
      {% else %}
        <p class="site-title">
          <a href="{{ '/' | relative_url }}">
            {% if site.logo %}<img src="{{ site_logo }}" alt="" class="site-logo">{% endif %}
            <span>{{ site.title | escape }}</span>
          </a>
        </p>
      {% endif %}
    </div>
  </div>
</header>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-basically-basic-1.3.1 _includes/masthead.html
jekyll-theme-basically-basic-1.3.0 _includes/masthead.html
jekyll-theme-basically-basic-1.2.0 _includes/masthead.html
jekyll-theme-basically-basic-1.1.3 _includes/masthead.html
jekyll-theme-basically-basic-1.1.2 _includes/masthead.html
jekyll-theme-basically-basic-1.1.1 _includes/masthead.html
jekyll-theme-basically-basic-1.1.0 _includes/masthead.html
jekyll-theme-basically-basic-1.0.1 _includes/masthead.html
jekyll-theme-basically-basic-1.0.0 _includes/masthead.html