Created
January 25, 2018 20:25
-
-
Save studiojason/2980a7ac5745d6f024d5a4baa354c6f2 to your computer and use it in GitHub Desktop.
Timber Post Excerpt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Strip tags from post content and filter through truncate --> | |
{{ function("strip_tags", post.content)|truncate(50) }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment