Sha256: a8cdbcf19790bacebc0221a17fe42970458cb51db68e4db20776a1176f20c3ac

Contents?: true

Size: 906 Bytes

Versions: 5

Compression:

Stored size: 906 Bytes

Contents

---
layout: default
---

<div class="home">
  {%- if page.title -%}
    <h1 class="page-heading">{{ page.title }}</h1>
  {%- endif -%}

  {{ content }}

  {%- if site.posts.size > 0 -%}
    <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
    <ul class="post-list">
      {%- for post in site.posts -%}
      <li>
        {%- assign date_format = site.minimax.date_format | default: "%b %-d, %Y" -%}
        <span class="post-meta">{{ post.date | date: date_format }}</span>
        <h3>
          <a class="post-link" href="{{ post.url | relative_url }}">
            {{ post.title | escape }}
          </a>
        </h3>
        {%- if site.show_excerpts -%}
          {{ post.excerpt }}
        {%- endif -%}
      </li>
      {%- endfor -%}
    </ul>

    <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
  {%- endif -%}

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-minimax-0.4.0 _layouts/home.html
jekyll-theme-minimax-0.3.0 _layouts/home.html
jekyll-theme-minimax-0.2.0 _layouts/home.html
jekyll-theme-minimax-0.1.1 _layouts/home.html
jekyll-theme-minimax-0.1.0 _layouts/home.html