- Timestamp:
- 11/17/13 20:30:21 (12 years ago)
- Branch:
- default
- Parents:
- 2564:c8bf313d697e (diff), 2566:9bf417837888 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/legacy/home.html
r2541 r2567 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> … … 11 11 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> … … 21 21 <meta name="dc.type" content="text" /> 22 22 <meta name="dc.format" content="text/html" /> 23 23 24 24 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 25 25 <tpl:Categories> 26 26 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 27 27 </tpl:Categories> 28 28 29 29 <tpl:Entries no_content="1"> 30 30 <tpl:EntriesHeader> … … 33 33 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 34 34 </tpl:PaginationIf> 35 35 36 36 <tpl:PaginationIf start="0"> 37 37 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 39 39 </tpl:Pagination> 40 40 </tpl:EntriesHeader> 41 41 42 42 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 43 43 </tpl:Entries> 44 44 45 45 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 46 46 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 47 47 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 48 48 49 49 {{tpl:include src="_head.html"}} 50 50 </head> … … 62 62 <!-- # New day date --> 63 63 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 64 64 65 65 <h2 class="post-title"><a 66 66 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 67 67 68 68 <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 69 69 {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} … … 72 72 </tpl:EntryIf> 73 73 </p> 74 74 75 75 <tpl:EntryTags> 76 76 <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> … … 78 78 <tpl:TagsFooter></ul></tpl:TagsFooter> 79 79 </tpl:EntryTags> 80 80 81 81 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 82 82 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 83 83 84 84 <!-- # Entry with an excerpt --> 85 85 <tpl:EntryIf extended="1"> … … 89 89 reading}}</a>...</p> 90 90 </tpl:EntryIf> 91 91 92 92 <!-- # Entry without excerpt --> 93 93 <tpl:EntryIf extended="0"> 94 94 <div class="post-content">{{tpl:EntryContent}}</div> 95 95 </tpl:EntryIf> 96 96 97 97 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 98 98 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 99 99 100 100 <!-- # Number of comments, trackbacks and attachments --> 101 101 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> … … 113 113 </tpl:EntryIf> 114 114 </div> 115 115 116 116 <tpl:EntriesFooter> 117 117 <tpl:Pagination> … … 131 131 {{tpl:Widgets type="nav"}} 132 132 </div> <!-- End #blognav --> 133 133 134 134 <div id="blogextra"> 135 135 {{tpl:Widgets type="extra"}}
Note: See TracChangeset
for help on using the changeset viewer.