Sha256: 0957d32e0ee7ad137cac54438b0a8cdbf21ca9b3a7014c5cc228ae78035c3015
Contents?: true
Size: 791 Bytes
Versions: 3
Compression:
Stored size: 791 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> </li> {% endfor %} </ul> <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p> {% endif %} </div>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
minima-2.2.1 | _layouts/home.html |
minima-2.2.0 | _layouts/home.html |
jekyll-readthedocs-0.1.0 | _layouts/home.html |