aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 21:48:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 21:48:53 +0300
commitb0b39768de6564e21f28c96fca34e01fa4602116 (patch)
treeceb9d21a153dd99bd0aa500d9da3c2c3e3172e8f /_includes
parent_includes: add posts.html (diff)
downloadjekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.tar.gz
jekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.zip
_includes: move paginator.html to posts
Diffstat (limited to '_includes')
-rw-r--r--_includes/posts/paginator.html (renamed from _includes/common/paginator.html)0
-rw-r--r--_includes/posts/posts.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/paginator.html b/_includes/posts/paginator.html
index 471383c..471383c 100644
--- a/_includes/common/paginator.html
+++ b/_includes/posts/paginator.html
diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html
index 4f52efc..724edc6 100644
--- a/_includes/posts/posts.html
+++ b/_includes/posts/posts.html
@@ -12,6 +12,6 @@
<hr/>
{% endfor %}
<div class="text-center">
- {% include common/paginator.html %}
+ {% include posts/paginator.html %}
</div>
{% endif %}