Formatting

This commit is contained in:
squidfunk
2023-12-15 10:41:37 +01:00
parent 2ca5cf0ea0
commit b6972b8fa9
2 changed files with 4 additions and 4 deletions

View File

@@ -148,8 +148,8 @@ class Excerpt(Page):
self._set_canonical_url(config.site_url) self._set_canonical_url(config.site_url)
# Initialize configuration and metadata # Initialize configuration and metadata
self.config = post.config self.config = post.config
self.meta = post.meta self.meta = post.meta
# Initialize authors and categories - note that views usually contain # Initialize authors and categories - note that views usually contain
# subsets of those lists, which is why we need to manage them here # subsets of those lists, which is why we need to manage them here

View File

@@ -148,8 +148,8 @@ class Excerpt(Page):
self._set_canonical_url(config.site_url) self._set_canonical_url(config.site_url)
# Initialize configuration and metadata # Initialize configuration and metadata
self.config = post.config self.config = post.config
self.meta = post.meta self.meta = post.meta
# Initialize authors and categories - note that views usually contain # Initialize authors and categories - note that views usually contain
# subsets of those lists, which is why we need to manage them here # subsets of those lists, which is why we need to manage them here