Sha256: c88289a4ed19746a2e2405c3a4f310fb29e21a228d1720d4f8945fe318ca53b8
Contents?: true
Size: 1.28 KB
Versions: 5
Compression:
Stored size: 1.28 KB
Contents
--- layout: default --- <div class="home"> <h1 class="page-heading"></h1> <ul class="post-list"> {% if paginator %} {% for post in paginator.posts %} <li> <span class="post-meta"><span class="date">{{ post.date | jdate: "%A %d %b %Y" | habify }}</span></span> <h2> <a class="post-link" href="{{ post.url | absolute_url }}">{{ post.title }}</a> </h2> {{ post.content | strip_html | truncatewords: 35 }} </li> {% endfor %} {% else %} {% for post in site.posts %} <li> <span class="post-meta"><span class="date">{{ post.date | jdate: "%A %d %b %Y" | habify }}</span></span> <h2> <a class="post-link" href="{{ post.url | absolute_url }}">{{ post.title }}</a> </h2> {{ post.content | strip_html | truncatewords: 35 }} </li> {% endfor %} {% endif %} </ul> <div class="pagination"> <p> {% if paginator.next_page %} <a href="{{ paginator.next_page_path | absolute_url }}" class="next" style="float: left"> بعدی >> </a> {% endif %} {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path | absolute_url }}" class="previous" style="margin-right:0px;"><< قبلی</a> {% endif %} </p> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems