Sha256: 87d548f0ca9f53d7b66eb32a39956190199b16f7cd396b6c025aba93eb3b4382

Contents?: true

Size: 777 Bytes

Versions: 2

Compression:

Stored size: 777 Bytes

Contents

---
---
{% assign lang = page.lang | default: site.lang | default: 'en' %}
{% assign menu = site.data.translations.menu[page.menu][lang] %}
{% assign title = page.title | default: site.title %}
{% assign subtitle = page.subtitle | default: site.subtitle %}
{% assign description = page.description | default: site.description %}

<!DOCTYPE HTML>
<!--
	Overflow by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="{{ lang }}">
	
	{% include head.html title=title subtitle=subtitle %}

	<body class="is-preload">

		{% include header.html %}

		{% include banner.html %}

		{{ content }}

		{% include footer.html %}

		{% include scripts.html %}

	</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-overflow-0.1.3 _layouts/default.html
jekyll-theme-overflow-0.1.2 _layouts/default.html