Sha256: 3b16b3f09d6befffc2dcf0f37cabd893d33305a83fed5dd260859e1de3cdadfd
Contents?: true
Size: 1.78 KB
Versions: 5
Compression:
Stored size: 1.78 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> <div class="accessibility-image is-pulled-left is-hidden-mobile"> <a id="changeFontsize"class="button is-rounded is-dark"> <span class="icon is-small"> <i class="fas icon-font-size fa-xs invert"></i> </span> </a> </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
5 entries across 5 versions & 1 rubygems