Sha256: b7f6474dcdb3f911206e28a0b7b075dbb037c00b4ac2eb64302957fb5b5aaffa
Contents?: true
Size: 498 Bytes
Versions: 4
Compression:
Stored size: 498 Bytes
Contents
<div class="post-index"> <h5>Posts</h5> <hr/> <ul> {% for post in site.posts %} <li> <a href={{ post.url }} class="post-index-entry"> <p>{{ post.title }}</p> {% if post.date %} <i class="fa fa-calendar"></i> <span>{{ post.date | date: "%m / %y"}}</span> {% endif %} {% if post.author %}     <i class="fa fa-user"></i> <span>{{ post.author}}</span> {% endif %} </a> <hr/> </li> {% endfor %} </ul> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
eli-theme-0.1.5 | _includes/post-index.html |
eli-theme-0.1.4 | _includes/post-index.html |
eli-theme-0.1.3 | _includes/post-index.html |
eli-theme-0.1.2 | _includes/post-index.html |