embed macro now displays 20 words instead of 100 chars
This commit is contained in:
parent
c724834543
commit
d11cdb625a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
<span class="storyTitle"><% story.content part="title" suffix="<br />" %></span>
|
||||
<% story.content part="text" limit="100" clipping=" ..." %><span class="small"><% story.link text="[read more]" prefix=" " to="main" %><% story.editlink prefix=" ... " %></span><br />
|
||||
<% story.content part="text" limit="20" delimiter=" " clipping=" ..." %><span class="small"><% story.link text="[read more]" prefix=" " to="main" %><% story.editlink prefix=" ... " %></span><br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue