magnum icon indicating copy to clipboard operation
magnum copied to clipboard

Append ellipsis in index.hbs

Open nguydavi opened this issue 11 years ago • 1 comments

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="..."}}

nguydavi avatar Feb 09 '14 17:02 nguydavi

I just had this issue as well...

I found that using {{excerpt}} seems to return a string, so <p>{{excerpt}}&hellip;</p>

Gives the same effect (although without control over word count).

tgrrtt avatar Jul 17 '14 20:07 tgrrtt