Sha256: d4a683298b0201b57684c87101a404a48ea644d40bb0ca21ae04abab2ea704f9

Contents?: true

Size: 727 Bytes

Versions: 3

Compression:

Stored size: 727 Bytes

Contents

{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
{% include theme:head.html %}
<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
  {% js_asset_tag %}
  <header role="banner">{% include theme:header.html %}</header>
  <nav role="navigation">{% include theme:navigation.html %}</nav>
  <div id="main">
    <div id="content">
      {{ content | expand_urls: root_url }}
    </div>
  </div>
  <footer role="contentinfo">{% include theme:footer.html %}</footer>
  {% include theme:after_footer.html %}
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boldandblue-0.0.4 assets/layouts/default.html
boldandblue-0.0.3 assets/layouts/default.html
boldandblue-0.0.2 assets/layouts/default.html