Sha256: ea589b6133b5dfce0783211cb7d819adc6c005b89b42acb09540cf90d0df7091

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 Bytes

Contents

{% if page.type == 'file-list' or page.type == 'redirect' %}

{{ content }}


{% elsif site.output == 'epub' or site.output == 'print-pdf' or site.output == 'screen-pdf' %}

{% include head.html %}
{% include start-wrapper.html %}
{{ content }}
{% include close-wrapper.html %}
{% include close-body.html %}


{% else %}

{% include head.html %}
{% include nav.html %}
{% include start-wrapper.html %}
{{ content }}
{% include close-wrapper.html %}
{% include footer.html %}
{% include close-body.html %}


{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _layouts/default.html
electric-book-classic-theme-0.1.2 _layouts/default.html