Sha256: 993cd14b68eeab3ec180e4f7045a04d7304aac616558a4b6c23c151b3e6316a7
Contents?: true
Size: 996 Bytes
Versions: 2
Compression:
Stored size: 996 Bytes
Contents
--- layout: default --- {% include page-intro.html %} <main id="main" class="page-content" aria-label="Content"> <div class="index inner"> <div>{{ content }}</div> <div> <header class="section-title"> <h2>{{ site.data.theme.t.posts | default: 'Posts' }}{% if paginator.page > 1 %}{{ site.data.theme.t.page | default: 'Page' | prepend: ' - ' | append: ' ' }}{{ paginator.page }} {{ site.data.theme.t.of | default: 'of' }} {{ paginator.total_pages }}{% endif %}</h2> </header> <div class="entries"> {% if site.gems contains 'jekyll-paginate' and page.paginate %} {% comment %} Add paginator.posts loop if jekyll-paginate plugin is enabled and page.paginate == true {% endcomment %} {% include posts-paginated.html %} {% else %} {% include posts-all.html %} {% endif %} </div> </div> {% include footer.html %} </div> </main>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-basically-basic-1.1.0 | _layouts/home.html |
jekyll-theme-basically-basic-1.0.1 | _layouts/home.html |