Sha256: 4d2b33d2ae43375709683ccabdb28511ea1d55c7e5c787ae2507f72083397f45

Contents?: true

Size: 780 Bytes

Versions: 3

Compression:

Stored size: 780 Bytes

Contents

{% include 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 scripts.html %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.5.2 _includes/body.html
jekyll-theme-hydejack-7.5.1 _includes/body.html
jekyll-theme-hydejack-7.5.0 _includes/body.html