Sha256: e023ccdc14780ef4abf0574746c462c524c9067f67f5209a0cdf503bf09b5ca1

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

<!DOCTYPE html>
{% include setup.html %}
<html
	lang="{{ site.lang | default: 'en' }}"
	{% if site.fixed_navbar %}
		class="has-navbar-fixed-{{ site.fixed_navbar }}"
	{% endif %}
>
	{% include head.html %}

	<body>
		{% include header.html %}

		{{content}}

		{% unless page.hide_footer %}
			{% include footer.html %}
		{% endunless %}

		<script src="{{ site.baseurl }}/assets/js/app.js" type="text/javascript"></script>
		{%- include footer-scripts.html -%}
	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-opentoolbox-1.1.0 _layouts/base.html