Sha256: d743564e8c05bd9d09406c9e17b5df255e74e6f4febf101b3274119a1696a526

Contents?: true

Size: 638 Bytes

Versions: 13

Compression:

Stored size: 638 Bytes

Contents

<main
  id="_main"
  class="content fade-in layout-{{ page.layout }}"
  role="main"
  data-color="{{ color | escape }}"
  data-theme-color="{{ theme_color | escape }}"
  {% unless image.background %}
    data-image="{% if image == 'none' %}none{% else %}{% capture tmp %}{% include smart-url.txt 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 body/comments.html %}
  {% include body/footer.html %}
</main>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _includes/body/main.html
jekyll-theme-hydebetty-1.0.1 _includes/body/main.html
jekyll-theme-hydejack-8.5.2 _includes/body/main.html
jekyll-theme-hydejack-8.5.1 _includes/body/main.html
jekyll-theme-hydejack-8.5.0 _includes/body/main.html
jekyll-theme-hydejack-8.4.0 _includes/body/main.html
jekyll-theme-hydejack-8.3.2 _includes/body/main.html
jekyll-theme-hydejack-8.3.1 _includes/body/main.html
jekyll-theme-hydejack-8.3.0 _includes/body/main.html
jekyll-theme-hydejack-8.2.0 _includes/body/main.html
jekyll-theme-hydejack-8.1.1 _includes/body/main.html
jekyll-theme-hydejack-8.1.0 _includes/body/main.html
jekyll-theme-hydejack-8.0.0 _includes/body/main.html