Sha256: 46dd74ef55391c34a28d662ab99437989c805e0b52ceca4db76e3622734fc5cb
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
--- layout: default --- {%- include secondary-navigation.html -%} <div class="home"> {{ content }} {% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %} {%- if posts.size > 0 -%} {%- if page.list_title -%} <h2 class="post-list-heading">{{ page.list_title }}</h2> {%- endif -%} <ul class="post-list"> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- for post in site.posts -%} {%- include postcard.html -%} {%- endfor -%} </ul> {% if site.paginate %} <div class="pager"> <ul class="pagination"> {%- if paginator.previous_page %} <li> <a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page" >{{ paginator.previous_page }}</a > </li> {%- else %} <li><div class="pager-edge">•</div></li> {%- endif %} <li><div class="current-page">{{ paginator.page }}</div></li> {%- if paginator.next_page %} <li> <a href="{{ paginator.next_page_path | relative_url }}" class="next-page" >{{ paginator.next_page }}</a > </li> {%- else %} <li><div class="pager-edge">•</div></li> {%- endif %} </ul> </div> {%- endif %} {%- endif -%} </div> {%- include right-column.html -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Mott_MacDonald_Theme-1 | _layouts/home.html |