Sha256: df311ba499d66643fd312047e8b0ac31d11b9efd6cf63bcaced03fef10264527

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
		
		{% stylesheet_link %}
		{% javascript_link %}
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<!--[if lt IE 9]>
			{% javascript_link "html5shiv" %}
		<![endif]-->
	</head>
	
	<body>
		<div class="wrapper">
			<header>
				<h1>{{ site.title }}</h1>
				<p>{{ site.tagline }}</p>
				
			</header>
			
			<section>
				{{ content }}
			</section>
			
			<footer>
				{{ site.root }} - {{ root_url }}
				<p>Blog by {{ site.author }}</p>
				<p><small>Powered by Alula &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
			</footer>
		</div>
		{% javascript_link "scripts_body" %}
	</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alula-themes-0.1.0 themes/minimal/layouts/default.html
alula-themes-0.0.2 themes/minimal/layouts/default.html