Sha256: d18c52f9359dee5736248971248c06286421b36eda2ae898678628f7edb8dd60

Contents?: true

Size: 545 Bytes

Versions: 8

Compression:

Stored size: 545 Bytes

Contents

<header class="header header__home">
  <h1 class="header__home__title">{{ site.title }}</h1>
  <p class="header__home__description">{{ site.description }}</p>
  {% if site.header.preamble %}
  <p class="header__home__preamble">{{ site.header.preamble }}</p>
  {% endif %}
  {% if site.header.worklines %}
  <div class="header__home__worklines">
  {% for item in site.header.worklines %}
    <a class="btn btn-light btn-lg" role="button" href="{{ item.link }}"><strong>{{ item.name }}</strong></a>
  {% endfor %}
  </div>
  {% endif %}
</header>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.3.0 _includes/header/home.html
jekyll-theme-centos-0.2.6 _includes/header/home.html
jekyll-theme-centos-0.2.5 _includes/header/home.html
jekyll-theme-centos-0.2.4 _includes/header/home.html
jekyll-theme-centos-0.2.3 _includes/header/home.html
jekyll-theme-centos-0.2.2 _includes/header/home.html
jekyll-theme-centos-0.2.1 _includes/header/home.html
jekyll-theme-centos-0.2.0 _includes/header/home.html