Sha256: 897ede07eddb92f84fbf82709c0c853c12c0b81f7b42b2cdf67c870585c867d9
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 Bytes
Contents
--- layout: default --- <div class="container {{ page.class | default: '' }}" > <section role="main" > <article> {% if page.title %} <header> <h1> {{ page.title }} </h1> {% if page.summary %} <p>{{ page.summary }}</p> {% endif %} </header> {% endif %} <main> {{ content }} </main> </article> </section> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geekyll-0.0.9 | _layouts/page.html |