[3246] | 1 | <article id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" role="article"> |
---|
| 2 | |
---|
| 3 | <header> |
---|
| 4 | <!-- # New day date --> |
---|
| 5 | <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> |
---|
| 6 | |
---|
| 7 | <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
| 8 | </header> |
---|
| 9 | |
---|
| 10 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
| 11 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
| 12 | |
---|
| 13 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
| 14 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
| 15 | |
---|
| 16 | <footer class="post-meta"> |
---|
| 17 | <p class="post-info"> |
---|
| 18 | <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> |
---|
| 19 | <span class="post-date">{{tpl:EntryDate}}. </span> |
---|
| 20 | <tpl:EntryIf has_category="1"> |
---|
| 21 | <tpl:EntryCategoriesBreadcrumb> |
---|
| 22 | <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › |
---|
| 23 | </tpl:EntryCategoriesBreadcrumb> |
---|
| 24 | <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> |
---|
| 25 | </tpl:EntryIf> |
---|
| 26 | </p> |
---|
| 27 | <!-- # Number of comments, trackbacks and attachments --> |
---|
| 28 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
| 29 | <p class="post-info-co"> |
---|
| 30 | </tpl:EntryIf> |
---|
| 31 | <tpl:EntryIf show_comments="1"> |
---|
| 32 | <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> |
---|
| 33 | </tpl:EntryIf> |
---|
| 34 | <tpl:EntryIf show_pings="1"> |
---|
| 35 | <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
---|
| 36 | <tpl:EntryIf has_attachment="1"> |
---|
| 37 | <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
---|
| 38 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
| 39 | </p> |
---|
| 40 | </tpl:EntryIf> |
---|
| 41 | </footer> |
---|
| 42 | |
---|
| 43 | </article> |
---|