Sha256: 300f3f8ffd0921b07813a1ae1ada726205f1ce19fd6cd1c956796908ce493bd7
Contents?: true
Size: 1.44 KB
Versions: 11
Compression:
Stored size: 1.44 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="container column is-10-desktop is-12-tablet"> {% if page.toc %} {% include toc.html html=content class='menu-list' h_min=1 h_max=1 %} {% endif %} {{content | markdownify}} </div> </div> </div> {% unless page.hide_footer %} {% include footer.html %} {% endunless %} </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems