Skip to content

Commit a0cb4a7

Browse files
committed
Documentation
1 parent 817caf0 commit a0cb4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/plugins/blog/structure/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self, file: File, config: MkDocsConfig):
106106
f"{e}"
107107
)
108108

109-
# Excerpts are subsets of posts that are used in views like archive and
109+
# Excerpts are subsets of posts that are used in pages like archive and
110110
# category views. They are not rendered as standalone pages, but are
111111
# included in the context of the parent post. Each post has a dedicated
112112
# excerpt instance which is reused when rendering views.

src/plugins/blog/structure/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self, file: File, config: MkDocsConfig):
106106
f"{e}"
107107
)
108108

109-
# Excerpts are subsets of posts that are used in views like archive and
109+
# Excerpts are subsets of posts that are used in pages like archive and
110110
# category views. They are not rendered as standalone pages, but are
111111
# included in the context of the parent post. Each post has a dedicated
112112
# excerpt instance which is reused when rendering views.

0 commit comments

Comments
 (0)