Sha256: d77a859b07988fac6f12750f6fc80ca9faf756592f6965c3b411b0a6cd81f86b
Contents?: true
Size: 475 Bytes
Versions: 3
Compression:
Stored size: 475 Bytes
Contents
--- layout: default --- <div class="{% if page.content_width == "large"%}col-12 col-xl-10{% else %}col-12 col-md-10 col-lg-9 col-xl-7{% endif %} mt-3 mt-lg-0 pt-4 pt-lg-5 page-wrap" role="main"> <article> {%- if page.page_title -%} <header class="post-header mb-4"> <h1>{{ page.title }}</h1> </header> {%- endif -%} <section {% if page.post_content %}class="post-content"{%- endif -%}> {{ content }} </section> </article> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.4 | _layouts/page.html |
another-theme-1.0.3 | _layouts/page.html |
another-theme-1.0.2 | _layouts/page.html |