Sha256: 6a14c8a91cec375f239a69f785340f3c55a67b2b03543ae02b28da8a4beaa3fe

Contents?: true

Size: 667 Bytes

Versions: 2

Compression:

Stored size: 667 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>

    {% 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 %}

</body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.0.3 _layouts/post.html
fortyone-jekyll-theme-1.0.2 _layouts/post.html