diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-08 21:48:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-08 21:48:53 +0300 |
commit | b0b39768de6564e21f28c96fca34e01fa4602116 (patch) | |
tree | ceb9d21a153dd99bd0aa500d9da3c2c3e3172e8f | |
parent | _includes: add posts.html (diff) | |
download | jekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.tar.gz jekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.zip |
_includes: move paginator.html to posts
-rw-r--r-- | _includes/posts/paginator.html (renamed from _includes/common/paginator.html) | 0 | ||||
-rw-r--r-- | _includes/posts/posts.html | 2 |
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 %} |