Sha256: cec92352e89282877559c2454fc9e6a764af818a83b885ec7a255668f7bde107

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

---
layout: default
---

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

  {{ content }}

  {%- if site.posts.size > 0 -%}
    {%- assign posts_limit = site.minimax.posts_limit | default: 10 -%}
    <h2 class="post-list-heading">{{ page.list_title | default: "Recent Posts" }}</h2>
    <ul class="post-list">
      {%- for post in site.posts limit: posts_limit -%}
      <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><a href="/tags.html">More posts...</a></p>
    <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.7.0 _layouts/home.html
jekyll-theme-minimax-0.6.1 _layouts/home.html
jekyll-theme-minimax-0.6.0 _layouts/home.html
jekyll-theme-minimax-0.5.0 _layouts/home.html
jekyll-theme-minimax-0.4.1 _layouts/home.html