mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user