Sha256: 799b1c3d8767587a125b5fd4e51fc30aa1e0d964c55ee05a338b3d39554f3b0e
Contents?: true
Size: 639 Bytes
Versions: 15
Compression:
Stored size: 639 Bytes
Contents
--- layout: default --- {% include site-header.html %} <main class="main container"> <div class="content"> <article class="article article--page typeset"> {% if paginator.posts %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %} <h1>{{ collectiondata.title }}</h1> {{ collectiondata.description | markdownify }} {% else %} <h1>{{ page.title }}</h1> {{ content }} {% endif %} </article> {% include post-list.html %} </div> {% if page.aside == true %}{% include site-aside.html %}{% endif %} </main> {% include site-footer.html %}
Version data entries
15 entries across 15 versions & 1 rubygems