theme How to change the post excerpt of your Ghost theme to HTML The Casper theme by default has an excerpt with all HTML tags / formatting removed. You can change this in your theme by editing the /content/themes/mytheme/partials/loop.hbs file of your theme. In the loop.hbs file you will see: {{excerpt words=
theme How to change the post excerpt length in your Ghost theme Changing the post excerpt length (teaser text) of your theme is relatively simple. You will need to edit the /content/themes/mytheme/partials/loop.hbs When opening your loop.hbs file you will see code like the this: {{! This is the post loop -