---
hidden: true
---
Your story...
You can also hide the body of all your stories from the main feed so that only titles show using CSS:
Follow the steps to create a CSS theme for your blog.
Add the following CSS:
---
metatype: css
---
.author-post .post-body {
display: none;
}