Sha256: c4f9cd57996831442f55d541c30dc2793126e806b5a3191665295af578098de6

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 Bytes

Contents

<!DOCTYPE HTML>
<!--
	Stellar 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 class="is-preload">

		<!-- Wrapper -->
		<div id="wrapper">

			{% include header.html %}

			{% include navigation.html %}

			<!-- Main -->
			<div id="main">

				{{ content }}

			</div>

			{% include footer.html %}

		</div>

		{% include scripts.html %}

	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-stellar-0.1.0 _layouts/default.html