Sha256: b1ccb7c5c2c977ad98622815c2d10dba90845ab0f3b2e797e69069ea12346bdd

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

<!doctype html>
<html>
  <head>
	{% include bootstrap-css.html %}
	<title>
	  {{ page.title }}
	</title>
  </head>
  <body class="container-lg">
	<!-- Header -->
	{% include header.html %}

	<!-- Single post, many times -->
	{{ content }}

	<!-- Footer -->
	{% include footer.html %}

	{% include bootstrap-js.html %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-bootstrap-icyflame-0.1.0 _layouts/default.html