Sha256: 87e13880ebffba928ffd0813e406021b0faaa73d509bed01c727941c0c8dba7d

Contents?: true

Size: 790 Bytes

Versions: 3

Compression:

Stored size: 790 Bytes

Contents

{% include body/menu.html %}

<hy-push-state>
  <main
    id="_main"
    class="content fade-in layout-{{ page.layout }}"
    role="main"
    data-color="{{ color | escape }}"
    data-theme-color="{{ page.theme_color | escape }}"
    {% unless image.background %}
      data-image="{% if image == 'none' %}none{% else %}{% capture tmp %}{% include smart-url url=image %}{% endcapture %}{{ tmp | escape }}{% endif %}"
      {% if image != 'none' %}data-overlay{% endif %}
    {% else %}
      data-background="{{ image.background | escape }}"
      {% if image.overlay %}data-overlay{% endif %}
    {% endunless %}
    >
    {{ content }}
    {% include comments.html %}
    {% include footer.html %}
  </main>
  {% include sidebar.html %}
</hy-push-state>

{% include body/scripts.html %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.4.2 _includes/body.html
jekyll-theme-hydejack-7.4.1 _includes/body.html
jekyll-theme-hydejack-7.4.0 _includes/body.html