Sha256: a9649694f9097d5bccbdbab867b92929ae870938661b45eeb9666632d9a59457

Contents?: true

Size: 735 Bytes

Versions: 4

Compression:

Stored size: 735 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 }}"
    {% 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

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _includes/body.html
jekyll-theme-hydejack-7.2.0 _includes/body.html
jekyll-theme-hydejack-7.1.1 _includes/body.html
jekyll-theme-hydejack-7.1.0 _includes/body.html