Sha256: 7b0292d167ba6b6f2f8b3b9d549d50fbb4f302be9e2f0bd0e48cc672ba8378c9
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 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 %} 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.1 | _layouts/page.html |
another-theme-1.0.0 | _layouts/page.html |