Sha256: bf1befa84238710b42ed1ff6bf06566fe7e4acfcd0024c539d2262035c1e76a1
Contents?: true
Size: 1.77 KB
Versions: 6
Compression:
Stored size: 1.77 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-up.svg" alt="placeholder"> <img id="scroll-down" src="{{ site.baseurl }}/assets/img/arrow-up.svg" 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-9-desktop is-11-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
6 entries across 6 versions & 1 rubygems