I am trying to get a an excerpt of my posts to serve as the description meta tag on my page. Is there any way to limit the excerpt characters to 156?
Here is my current code:
{{ page.excerpt | strip_html | strip_newlines}}
Use the truncate
filter:
{{ page.excerpt | strip_html | strip_newlines | truncate: 156 }}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With