Sha256: c1ceb0b802812fb1a6101785bfd8d1fe21cf7d0acf81e63112f2f38fe4199e1b
Contents?: true
Size: 1020 Bytes
Versions: 8
Compression:
Stored size: 1020 Bytes
Contents
{% assign titlelen = page.title.size %} {% if titlelen > 0 %} <h2>{{ page.title }}</h2> {% endif %} {%-assign nextPage = site.paginate_path | replace: ':num', '2' -%} {% include archive_list.html collection=paginator.posts limit=site.paginate -%} {{ content }} <div class="pagebar"> {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path | relative_url}}" class="previous"> {{ site.theme_config.previous_page_title | default: "Previous" }} </a> {% else %} <span class="previous"> {{ site.theme_config.previous_page_title | default: "Previous" }} </span> {% endif %} <span class="page_number "> {{ paginator.page }}/{{ paginator.total_pages }} </span> {% if paginator.next_page %} <a href="{{ paginator.next_page_path | relative_url }}" class="next"> {{ site.theme_config.next_page_title | default: "Next" }} </a> {% else %} <span class="next "> {{ site.theme_config.next_page_title | default: "Next" }} </span> {% endif %} </div>
Version data entries
8 entries across 8 versions & 1 rubygems