Sha256: cecf96a732e71376036076fdb3f398860bed939dba967dcefeb3ffd9bbbeca07

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 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 %} 
    
    <!-- Main -->
    <div id="main" class="alt">

      <!-- One -->
      <section id="one">
      	<div class="inner">
      		<header class="major">
      			<h1>{{ page.title }}</h1>
      		</header>
      		{% if page.image %}<span class="image main"><img src="{{ site.baseurl }}/{{ page.image }}" alt="" /></span>{% endif %}
      		<p>{{ content }}</p>
          {% include pagination.html %}
      	</div>
      </section>

    </div>

    {% 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/post.html