Documentation

This commit is contained in:
squidfunk
2023-08-21 23:50:49 +02:00
parent 817caf0b61
commit a0cb4a7230
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ class Post(Page):
f"{e}"
)
# Excerpts are subsets of posts that are used in views like archive and
# Excerpts are subsets of posts that are used in pages like archive and
# category views. They are not rendered as standalone pages, but are
# included in the context of the parent post. Each post has a dedicated
# excerpt instance which is reused when rendering views.

View File

@@ -106,7 +106,7 @@ class Post(Page):
f"{e}"
)
# Excerpts are subsets of posts that are used in views like archive and
# Excerpts are subsets of posts that are used in pages like archive and
# category views. They are not rendered as standalone pages, but are
# included in the context of the parent post. Each post has a dedicated
# excerpt instance which is reused when rendering views.