Sha256: 8c0eb98d8b91c980fecc9c8cc529595559e78bb9b22298f2fc497fd5e8e0bb96
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 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 contact.html %} <div class="columns is-centered"> <div id="content" class="column is-10-desktop is-12-tablet"> {% include introduction.html %} {% include left-right-blocks.html %} {{content | markdownify}} </div> </div> </div> {% unless page.hide_footer %} {% include footer.html %} {% endunless %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
intia-theme-0.1.7 | _layouts/default.html |