Skip to content

Instantly share code, notes, and snippets.

@JeffAspen
Created January 29, 2016 17:49
Show Gist options
  • Save JeffAspen/16fe4eef1e55c174d5aa to your computer and use it in GitHub Desktop.
Save JeffAspen/16fe4eef1e55c174d5aa to your computer and use it in GitHub Desktop.
Hubspot - Blog Excerpt Length
//Change HubSpot Blog Excerpt Length WITHOUT using the "more tag" feature.
{{ content.post_list_content|safe|truncatehtml(300, '...' , false) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment