Updated index for presentation page.
This commit is contained in:
parent
ab7963b2af
commit
90c5840c54
1 changed files with 0 additions and 21 deletions
21
index.html
21
index.html
|
@ -1,28 +1,7 @@
|
|||
---
|
||||
layout: nil
|
||||
is_index: true
|
||||
---
|
||||
|
||||
|
||||
{% include header.html %}
|
||||
{% for post in paginator.posts %}
|
||||
{% include post.html %}
|
||||
{% endfor %}
|
||||
|
||||
<div class="pagination" id="bottom_page">
|
||||
<ul>
|
||||
{% if paginator.previous_page %}
|
||||
{% if paginator.previous_page == 1 %}
|
||||
<li class="previous"><a href="{{ linkhome }}">← Previous</a></li>
|
||||
{% else %}
|
||||
<li class="previous"><a href="{{ site.baseurl }}/page{{ paginator.previous_page }}">← Previous</a></li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<li><p>Page {{ paginator.page }} of {{ paginator.total_pages }}</p></li>
|
||||
{% if paginator.next_page %}
|
||||
<li class="next"><a href="{{ site.baseurl }}/page{{ paginator.next_page }}">Next →</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
|
|
Loading…
Reference in a new issue