You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With strip_title: true, post.excerpt has the title removed as expected. For any other type of collection, for example books, book.excerpt will still contain the title.
Steps to reproduce the behavior
Create a Jekyll project with a collection other than post. e.g.:
collections:
books:
output: true
Expected behavior
Title should be removed from the collection
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
With
strip_title: true
,post.excerpt
has the title removed as expected. For any other type of collection, for examplebooks
,book.excerpt
will still contain the title.Steps to reproduce the behavior
Create a Jekyll project with a collection other than
post
. e.g.:Expected behavior
Title should be removed from the collection
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: