diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 9049567..3605122 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -133,7 +133,7 @@ main { } } - .pagination { + .pagination, .neighbors { margin: 4% 8% 4% 8%; height: 20px; } diff --git a/templates/article.html b/templates/article.html index 23f960d..c034e33 100644 --- a/templates/article.html +++ b/templates/article.html @@ -56,6 +56,8 @@ {% endif %} + {% include "partial/neighbors.html" %} + {% if article.related_posts %}