Sha256: 2114f9d9f04ea8d1e5c540c1f4d0d0847d241db270d0313b453980e7ccd2634c

Contents?: true

Size: 905 Bytes

Versions: 113

Compression:

Stored size: 905 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.minima.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

113 entries across 113 versions & 12 rubygems

Version Path
minima-2.5.2 _layouts/home.html
realjame-0.1.5 _layouts/home.html
realjame-0.1.4 _layouts/home.html
realjame-0.1.3 _layouts/home.html
jekyll-theme-pirati-sk-1.0.3 _layouts/home.html
jekyll-theme-pirati-sk-1.0.0 _layouts/home.html
jekyll-theme-pirati-8.4.7 _layouts/home.html
jekyll-theme-pirati-8.4.6 _layouts/home.html
jekyll-theme-pirati-8.4.5 _layouts/home.html
jekyll-theme-pirati-8.4.4 _layouts/home.html
jekyll-theme-pirati-8.4.3 _layouts/home.html
jekyll-theme-pirati-8.4.1 _layouts/home.html
jekyll-theme-pgu-0.1.2 _layouts/home.html
jekyll-theme-pgu-0.1.1 _layouts/home.html
jekyll-theme-pgu-0.1.0 _layouts/home.html
jekyll-theme-pirati-8.4.0 _layouts/home.html
jekyll-theme-pirati-8.3.0 _layouts/home.html
jekyll-theme-pirati-8.2.2 _layouts/home.html
jekyll-theme-pirati-8.2.1 _layouts/home.html
jekyll-theme-pirati-8.2.0 _layouts/home.html