Sha256: 2a534eec4aa4d6feb415e9f09e1fddd1f2ccdaadb5aa6cad8221da6ed5b29609
Contents?: true
Size: 559 Bytes
Versions: 21
Compression:
Stored size: 559 Bytes
Contents
<ul class="posts"> {% for post in posts_list %} <li data-file="{{ BASE_PATH }}{{ post.url }}" data-target=".content" data-words="{{ post.content | number_of_words }}" class="post" > <a href="{{ BASE_PATH }}{{ post.url }}"> <h2>{{ post.title }}</h2> </a> <span class="post-date">{{ post.date | date_to_string }} - <span class="eta">calculating reading time...</span></span> {{ post.excerpt }} <span><a href="{{ BASE_PATH }}{{ post.url }}" title="{{ post.title }}">Read more</a></span> </li> {% endfor %} </ul>
Version data entries
21 entries across 21 versions & 1 rubygems