Sha256: 9c7c54bb7b42e035818c7cdf14044856b4c4db8d58b49156e7be3d7bf2d03dc7

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

<!DOCTYPE html>
<!--
    Forty by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
  <div id="wrapper">
    {% include header.html %}
    
    <section id="banner" class="style2">
      <div class="inner">
        <span class="image">
          <img src="{{ site.baseurl }}/{{ page.image }}" alt="">
        </span>

        <header class="major">
            <h1>{{ page.title }}</h1>
        </header>

        <div class="content">
          {{ page.description }}
        </div>
      </div>
    </section>

    {{ content }}

    {% include footer.html %}
  </div>
</body>

</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.0.4 _layouts/landing.html