Open jessienab opened 7 months ago
If you go in the bb.sh
there is a bit where you can change this.
Line 81 - change from cut
to blank and that should sort it. (Only downside is that it will add the whole post on the index page, that might not be a downside for everyone).
Just wondering if there's a way to avoid cutting the blog post content within the RSS feed. I normally use an \<hr> or ---- to avoid having the full post on my blog index, but this also cuts the blog post down in the RSS entry. Example:
This is similar to what's shown on the index page:
It would be really ideal to have the RSS feed for the blog post show the entire content of the post, past the first \
, so the user doesn't have to exit their reader, while at the same time leaving the index cut as shown to make more posts visible (as my posts are often long and have lots of images).
Thanks!