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
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:
<atom:link href="https://jessie.nabein.me/blog/rss" rel="self" type="application/rss+xml" />
<item><title>
Eight Weeks In Japan - Part 3 - Tottori
</title><description><![CDATA[
<p>機械翻訳された日本語の記事にアクセスする<a href="jp/日本での8週間pt3.html">にはここをクリックする</a>。</p>
<p>Finally the third part of my eighth week in Japan. Yes, I really did A LOT in a span of 7 days, so much so that I really felt it was necessary to split it up this way. I just want to share a lot of fun information with everyone! :)</p>
<p>This article will be a bit shorter, so let’s start!</p>
<hr />
<p>Tags: <a href='tag_jpjntrv2023.html'>jpjntrv2023</a>, <a href='tag_travel.html'>travel</a>, <a href='tag_travel2023.html'>travel2023</a>, <a href='tag_japan2023.html'>japan2023</a></p>
]]></description><link>https://jessie.nabein.me/blog/eight-weeks-in-japan---part-3---tottori.html</link>
<guid>https://jessie.nabein.me/blog/./eight-weeks-in-japan---part-3---tottori.html</guid>
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 <hr>, 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!
The text was updated successfully, but these errors were encountered:
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 <hr>, 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!
The text was updated successfully, but these errors were encountered: