Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-short.html
r2619 r2623 37 37 <p class="post-info"> 38 38 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 39 <span class="post-date">{{tpl:EntryDate}}.</p> 40 <tpl:EntryIf has_category="1"><p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 41 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 42 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></p> 43 </tpl:EntryIf> 39 <span class="post-date">{{tpl:EntryDate}}.</span> 40 <tpl:EntryIf has_category="1"> 41 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 42 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 43 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 44 </tpl:EntryIf> 45 </p> 44 46 45 47 <tpl:EntryTags>
Note: See TracChangeset
for help on using the changeset viewer.