diff --git a/blog/views.py b/blog/views.py index 73064fe..252b0c2 100644 --- a/blog/views.py +++ b/blog/views.py @@ -9,7 +9,7 @@ class BlogListView(ListView): model = Blog template_name = "blog/blog_list.html" context_object_name = "blog" - paginate_by = 2 + paginate_by = 5 def get_queryset(self): context_object_name = Blog.objects.all().order_by("-id") diff --git a/equestlms/templates/_partials/_navbar.html b/equestlms/templates/_partials/_navbar.html index b78fd40..e7368d1 100644 --- a/equestlms/templates/_partials/_navbar.html +++ b/equestlms/templates/_partials/_navbar.html @@ -37,7 +37,7 @@ Blog
  • - Videos + Videos