Sha256: 73f82bf249dec583ead1190f1bfdb02462e9d227bb8154cb69a32b30c9c2493a

Contents?: true

Size: 509 Bytes

Versions: 3

Compression:

Stored size: 509 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
  {% include head.html %}

  <body>
    <div id="db-wrapper" >
      {% if site.navbar_vertical %}
        {% include navbar-vertical.html %}
      {% endif %}
      <div id="page-content" {% if site.navbar_vertical == false %}style="margin-left:0;" {%endif %}>
      {% if site.navbar_top %}
        {% include navbar-top.html %}
      {% endif %}
          {{ content }}
      </div>
    </div>
  {% include scripts.html %}
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-dashui-0.1.3 _layouts/default.html
jekyll-theme-dashui-0.1.2 _layouts/default.html
jekyll-theme-dashui-0.1.1 _layouts/default.html