Sha256: bc8c054b1df46b13542900a2ca118e795f3655971d57d5fc86b2a3e71153b9b8

Contents?: true

Size: 910 Bytes

Versions: 1

Compression:

Stored size: 910 Bytes

Contents

---
layout: default
---
<ul class="post-list">
  {% for post in paginator.posts %}
    <li class="post-list-item">
      <span class="meta date">{{ post.date | jdate: "%A %d %b %Y" | habify }}</span>
      <h2><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></h2>
      {{ post.content | strip_html | truncatewords: 35 }}
    </li>
  {% endfor %}
</ul>

<nav class="pagination">
  {% if paginator.previous_page %}
  <a href="{{ paginator.previous_page_path | absolute_url }}" class="pagination--pager" title="{{ page.previous.title }}">قبلی </a>
  {% else %}
  <a href="#" class="pagination--pager disabled"">قبلی </a>
  {% endif %}

  {% if paginator.next_page %}
  <a href="{{ paginator.next_page_path | absolute_url }}" class="pagination--pager" title="{{ page.next.title }}">بعدی</a>
  {% else %}
  <a href="#" class="pagination--pager disabled"">بعدی</a>
  {% endif %}
</nav>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-0.2.4 _layouts/home.html