magnum
magnum copied to clipboard
Append ellipsis in index.hbs
I feel like the summary of the content are cut abruptly. Wouldn't it look better with an ellipsis at the end of every truncated content ? Ghost doesn't support appending anything to the content yet.
Please consider my merge request that would fix that for you https://github.com/TryGhost/Ghost/pull/2162
If it gets merged, you would simply need to do
{{context word=50 append="..."}}
I just had this issue as well...
I found that using {{excerpt}} seems to return a string,
so <p>{{excerpt}}…</p>
Gives the same effect (although without control over word count).