Sha256: 1df2c0bcd810256075f826696ef4c12367f1796817a3597b37db8df0dc041343

Contents?: true

Size: 490 Bytes

Versions: 32

Compression:

Stored size: 490 Bytes

Contents

---
layout: default
---

{{ content }}
{% assign contentwonl = content | strip_newlines %} {% unless contentwonl == ""  %} <br /> {% endunless %} <!-- add line break if there is any content -->

{%- if site.posts.size > 0 -%}
  <ul>
    {%- for post in site.posts -%}
    <li>
      {%- assign date_format = "%Y-%m-%d" -%}
      [ {{ post.date | date: date_format }} ] <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
    </li>
    {%- endfor -%}
  </ul>
{%- endif -%}

Version data entries

32 entries across 32 versions & 4 rubygems

Version Path
consolo-0.1.1 _layouts/home.html
consolo-0.1.0 _layouts/home.html
jekyll-theme-staffplus-0.1.2 _layouts/posts.html
jekyll-theme-staffplus-0.1.1 _layouts/posts.html
jekyll-theme-console-ext-2.4 _layouts/home.html
jekyll-theme-console-ext-2.3 _layouts/home.html
jekyll-theme-console-ext-2.2 _layouts/home.html
jekyll-theme-console-ext-2.1 _layouts/home.html
jekyll-theme-console-ext-1.16 _layouts/home.html
jekyll-theme-console-ext-1.15 _layouts/home.html
jekyll-theme-console-ext-1.14 _layouts/home.html
jekyll-theme-console-ext-1.13 _layouts/home.html
jekyll-theme-console-ext-1.12 _layouts/home.html
jekyll-theme-console-ext-1.11 _layouts/home.html
jekyll-theme-console-0.4.0 _layouts/home.html
jekyll-theme-console-ext-1.1 _layouts/home.html
jekyll-theme-console-ext-1.0 _layouts/home.html
jekyll-theme-console-ext-0.2.4 _layouts/home.html
jekyll-theme-console-ext-0.2.3 _layouts/home.html
jekyll-theme-console-ext-0.2.2 _layouts/home.html