mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
drop paginate_path var
This commit is contained in:
parent
b61a199218
commit
db740fecf9
6 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
+++
|
||||
paginate_path = "/"
|
||||
title = "Publicacions recents"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
+++
|
||||
paginate_path = "/"
|
||||
title = "Publicaciones recientes"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
+++
|
||||
paginate_path = "/"
|
||||
title = "Latest posts"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 5
|
||||
paginate_path = "/blog"
|
||||
title = "Blog"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 5
|
||||
paginate_path = "/blog"
|
||||
title = "Blog"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
paginate_by = 5
|
||||
paginate_path = "/blog"
|
||||
title = "Blog"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue