We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568a5c8 commit acd70cfCopy full SHA for acd70cf
material/plugins/blog/plugin.py
@@ -658,7 +658,7 @@ def _render(self, view: View):
658
# Render excerpts for selected posts
659
posts = [
660
self._render_post(post.excerpt, view)
661
- for post in posts
+ for post in posts if post.excerpt
662
]
663
664
# Return posts and pagination
src/plugins/blog/plugin.py
0 commit comments