Sha256: 3575674b833fa5031ac33a8713481ad051fc73cc8a4d816317e744e65c7e3612
Contents?: true
Size: 858 Bytes
Versions: 2
Compression:
Stored size: 858 Bytes
Contents
--- layout: default --- <main aria-label="Content"> <div itemscope itemtype="https://schema.org/Blog"> {% if page.title -%} <h1>{{ page.title | smartify }}</h1> {%- endif %} {{ content }} {%- if site.paginate -%} {%- assign posts = paginator.posts -%} {%- else -%} {%- assign posts = site.posts -%} {%- endif -%} {%- if posts.size > 0 -%} {%- if page.list_title %} <h2>{{ page.list_title | smartify }}</h2> {% endif %} {%- assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%} {%- for post in posts %} {%- unless post.tumblelog_type -%} {% include post-list-item.html %} {%- endunless %} {%- endfor %} {% include feed-subscription.html %} {%- endif %} </div> </main>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-mnc-1.0.1 | _layouts/home.html |
jekyll-theme-mnc-1.0.0 | _layouts/home.html |