Sha256: 604fede1cd494c30d38b92b36ff456ba6a8f720fc152479a8a27b7586756817f
Contents?: true
Size: 1.28 KB
Versions: 5
Compression:
Stored size: 1.28 KB
Contents
<!-- The Default layout that everything is using --> <!-- Control the width with, if sidebars or menus should appear --> {% assign content_width = 'is-12' %} <!DOCTYPE html> <html id="default-layout"> {% include head.html %} <body> {% include header.html %} <div class="arrow-image is-pulled-left is-hidden-mobile"> <img id="scroll-up" src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder"> <img id="scroll-down" src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="is-pointed-down"> </div> {% unless page.hide_hero %} {% include hero.html %} {% else %} {% endunless %} <div id="main" class="content-wrapper has-background-primary-light"> {% include story-slider.html %} {% include latest-story.html %} {% include contact.html %} <div class="columns is-centered"> <div id="content" class="column is-10-desktop is-12-tablet"> {{content | markdownify}} </div> </div> </div> {% unless page.hide_footer %} {% include footer.html %} {% endunless %} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems