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 /_includes/posts/posts.html | |
parent | _includes: add posts.html (diff) | |
download | jekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.tar.gz jekyll-theme-b0b39768de6564e21f28c96fca34e01fa4602116.zip |
_includes: move paginator.html to posts
Diffstat (limited to '_includes/posts/posts.html')
-rw-r--r-- | _includes/posts/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |