Sha256: b8d22e8b65b95162bef516fb63dbc60e57a2fff42e54fce27c5550f9e0051797

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

<!DOCTYPE html>
<html>
{% include head.html %}
<body class="black-80 {% if page.class or layout.class %}{{ page.class | default: layout.class | join: ' ' | prepend: ' ' }}{% endif %}">

{% if page.header != false %}
{% include header.html %}
{% endif%}

{{ content }}

{% if page.footer != false %}
{% include footer.html %}
{% endif%}

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

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