drop paginate_path var

This commit is contained in:
welpo 2024-06-21 18:10:56 +02:00
parent b61a199218
commit db740fecf9
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
6 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,4 @@
+++
paginate_path = "/"
title = "Publicacions recents"
sort_by = "date"
template = "section.html"

View file

@ -1,5 +1,4 @@
+++
paginate_path = "/"
title = "Publicaciones recientes"
sort_by = "date"
template = "section.html"

View file

@ -1,5 +1,4 @@
+++
paginate_path = "/"
title = "Latest posts"
sort_by = "date"
template = "section.html"

View file

@ -1,6 +1,5 @@
+++
paginate_by = 5
paginate_path = "/blog"
title = "Blog"
sort_by = "date"
template = "section.html"

View file

@ -1,6 +1,5 @@
+++
paginate_by = 5
paginate_path = "/blog"
title = "Blog"
sort_by = "date"
template = "section.html"

View file

@ -1,6 +1,5 @@
+++
paginate_by = 5
paginate_path = "/blog"
title = "Blog"
sort_by = "date"
template = "section.html"