Created
January 20, 2011 08:42
-
-
Save anselmh/787589 to your computer and use it in GitHub Desktop.
this code doesn't output correct stripped content? What's wrong with that?
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
// code from my template | |
// should result the meta-description | |
// should strip html-tags from content and limit to 175 characters | |
// actually doesn't stripTags but limits to 175 characters | |
[[*content:stripTags:strip:limit=`175`]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment