Sha256: 490efc3312d96701f39121bbc8d7763a9145c720560b61a5155e67640998ab48
Contents?: true
Size: 1.24 KB
Versions: 16
Compression:
Stored size: 1.24 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
16 entries across 16 versions & 1 rubygems