Documentation

This commit is contained in:
squidfunk 2023-08-27 11:44:30 +02:00
parent fbb7a5e894
commit da21786694
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
for at in range(step, len(view.posts), step):
base, _ = posixpath.splitext(view.file.src_uri)
# Compute path and create a file for path resolution
# Compute path and create a file for pagination
path = self._format_path_for_pagination(base, 1 + at // step)
file = self._path_to_file(path, config)

View File

@ -605,7 +605,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
for at in range(step, len(view.posts), step):
base, _ = posixpath.splitext(view.file.src_uri)
# Compute path and create a file for path resolution
# Compute path and create a file for pagination
path = self._format_path_for_pagination(base, 1 + at // step)
file = self._path_to_file(path, config)