1 | <article id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" role="article"> |
---|
2 | |
---|
3 | <header> |
---|
4 | <!-- # New day date --> |
---|
5 | <tpl:DateHeader> |
---|
6 | <p class="post-day-date"><time datetime="{{tpl:EntryDate iso8601="1"}}">{{tpl:EntryDate}}</time></p> |
---|
7 | </tpl:DateHeader> |
---|
8 | |
---|
9 | <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
10 | </header> |
---|
11 | |
---|
12 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
13 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
14 | |
---|
15 | <tpl:EntryIf extended="1"> |
---|
16 | <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> |
---|
17 | </tpl:EntryIf> |
---|
18 | |
---|
19 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
20 | |
---|
21 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
22 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
23 | |
---|
24 | <footer class="post-meta"> |
---|
25 | <p class="post-info"> |
---|
26 | <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> |
---|
27 | <span class="post-date"><time datetime="{{tpl:EntryDate iso8601="1"}}">{{tpl:EntryDate}}</time>.</span> |
---|
28 | <tpl:EntryIf has_category="1"> |
---|
29 | <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a |
---|
30 | href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a |
---|
31 | href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> |
---|
32 | </span> |
---|
33 | </tpl:EntryIf> |
---|
34 | </p> |
---|
35 | |
---|
36 | <tpl:EntryTags> |
---|
37 | <tpl:TagsHeader> |
---|
38 | <ul class="post-tags-list"> |
---|
39 | </tpl:TagsHeader> |
---|
40 | <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> |
---|
41 | <tpl:TagsFooter> |
---|
42 | </ul> |
---|
43 | </tpl:TagsFooter> |
---|
44 | </tpl:EntryTags> |
---|
45 | |
---|
46 | <!-- # Number of comments, trackbacks and attachments --> |
---|
47 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
48 | <p class="post-info-co"> |
---|
49 | <tpl:EntryIf show_comments="1"> |
---|
50 | <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> |
---|
51 | </tpl:EntryIf> |
---|
52 | <tpl:EntryIf show_pings="1"> |
---|
53 | <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
---|
54 | <tpl:EntryIf has_attachment="1"> |
---|
55 | <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
---|
56 | </p> |
---|
57 | </tpl:EntryIf> |
---|
58 | </footer> |
---|
59 | </article> |
---|