Sha256: 9f06b3e1df2b1f49098df3092f691f35eeaf09672567231658bfabca055fa71d

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 Bytes

Contents

---
---

<!doctype html>
<html lang="en">
<head>
	{% include head.html %}
</head>
{%- if site.csstheme -%}
  {%- assign siteTheme = site.csstheme -%}
{%- else -%}
  {%- assign siteTheme = "blogger" -%}
{%- endif -%}
<body class="{{siteTheme}}">
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{site.seo.gtmid}}" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->

  {% if layout.header.html %}
	  {% include {{layout.header.html}} %}
  {% else %}
	  {% include header.1.html %}
  {% endif %}

	<div class="main-wrapper">
	  {{ content }}
  </div>
  
  {% if layout.footer.html %}
	  {% include {{layout.footer.html}} %}
  {% else %}
    {% include footer.html %}
  {% endif %}

  {% include scripts.html %}

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hardpool-flat-3.1.0 _layouts/default.html
hardpool-flat-3.0.0 _layouts/default.html