-
Notifications
You must be signed in to change notification settings - Fork 18
bug: blog posts render without content #17
Copy link
Copy link
Open
Description
I noticed an issue with the Blog section on the website. Some blog posts load the title and metadata (author, date, read time) correctly, but the actual article content is missing.
Description
When opening a blog post (example shown in the attached screenshot), the page displays:
- Blog title
- Author information
- Date
- Estimated read time
- Social sharing options
However, the main blog content area appears empty (only showing ... or blank space).
Steps to Reproduce
- Navigate to the Blog section.
- Open a blog post.
- Observe that the page loads the header and metadata.
- The body content of the article is not displayed.
Expected Behavior
The blog page should render the full article content below the title and metadata.
Current Behavior
Only the post metadata is rendered while the main content is missing.
Possible Causes
- The markdown or CMS content might not be loading correctly.
- The blog renderer may not be parsing the content properly.
- The content source (markdown file, CMS entry, or API response) may be empty.
Screenshot
(Attached screenshot for reference)
Offer to Help
If the issue is related to the content rendering or blog data source, I’d be happy to help investigate and fix it.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels