Sha256: 99f168a621a3b820e5f3aefdb0c35c15e976cfa067bb17ec6bb7b8d343d1cb8a

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 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 %}

		{% include important-message.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

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-opentoolbox-2.0.2 _layouts/base.html
jekyll-theme-opentoolbox-2.0.1 _layouts/base.html
jekyll-theme-opentoolbox-2.0.0 _layouts/base.html