Changeset 440:6886c457432e for themes/ductile/tpl/_entry-title.html
- Timestamp:
- 06/29/11 10:13:04 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-title.html
r436 r440 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} " lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 <!-- # New day date --> 3 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> … … 6 6 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 10 <span class="post-date"> - {{tpl:EntryDate}}</span> 11 <tpl:EntryIf has_category="1"> 12 <span class="post-cat"> - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 </tpl:EntryIf> 14 </p> 8 <div class="post-attr"> 9 <p class="post-info"> 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}. </span> 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 </tpl:EntryIf> 15 </p> 16 </div> 15 17 16 18 <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
Note: See TracChangeset
for help on using the changeset viewer.