_includes/body/main.html in jekyll-theme-hydejack-8.5.2 vs _includes/body/main.html in jekyll-theme-hydejack-9.0.0

- old
+ new

@@ -1,18 +1,8 @@ <main id="_main" - class="content fade-in layout-{{ page.layout }}" + class="content 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 %} + {% include_cached body/footer.html %} </main>