Skip to content

Instantly share code, notes, and snippets.

@joeyhipolito
Created September 23, 2014 10:06
Show Gist options
  • Save joeyhipolito/586d468067733170ce52 to your computer and use it in GitHub Desktop.
Save joeyhipolito/586d468067733170ce52 to your computer and use it in GitHub Desktop.
// old
<p class="b-side-post__title">{{post.content | htmlToPlaintext}}</p>
// new
<p class="b-side-post__title">{{post.content | htmlToPlaintext | cut:true:45:' ...'}}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment