💄 Updating the UI and style files.

This commit is contained in:
piharpi
2019-09-03 14:45:05 +07:00
parent e765cdf81a
commit 694811ab63
58 changed files with 1636 additions and 1613 deletions

View File

@@ -1,14 +0,0 @@
<div class="pagination">
{% if paginator.previous_page %}
<a class="page-previous" href="{{ paginator.previous_page_path }}" class="previous">
<span aria-hidden="true"></span>
NEWER POSTS
</a>
{% endif %}
<span class="page_number">PAGE {{ paginator.page }} OF {{ paginator.total_pages }}</span>
{% if paginator.next_page %}
<a class="page-next" href="{{ paginator.next_page_path }}" class="next">OLDER POSTS
<span aria-hidden="true"></span>
</a>
{% endif %}
</div>