Changeset 641:bd45a8deb6af for themes/ductile/tpl
- Timestamp:
- 07/24/11 10:53:54 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-short.html
r615 r641 41 41 <!-- # Entry without excerpt --> 42 42 <tpl:EntryIf extended="0"> 43 <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}}</div> 43 <div class="post-content"> 44 <p class="post-icon">{{tpl:EntryFirstImage size="t"}}</p> 45 {{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}} 46 </div> 44 47 <tpl:EntryIfContentIsCut encode_html="1" remove_html="1" cut_string="300"> 45 48 <p class="read-it"><a href="{{tpl:EntryURL}}"
Note: See TracChangeset
for help on using the changeset viewer.