Changeset 2566:9bf417837888 for themes/ductile/tpl/home.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/home.html
r803 r2566 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:ductileNbEntryPerPage nb="8"}} 30 30 <tpl:Entries no_content="1"> … … 34 34 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 35 35 </tpl:PaginationIf> 36 36 37 37 <tpl:PaginationIf start="0"> 38 38 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 40 40 </tpl:Pagination> 41 41 </tpl:EntriesHeader> 42 42 43 43 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 44 44 </tpl:Entries> 45 45 46 46 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 47 47 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 48 48 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 49 49 50 50 {{tpl:include src="_head.html"}} 51 51 </head> … … 53 53 <div id="page"> 54 54 {{tpl:include src="_top.html"}} 55 55 56 56 <div id="wrapper"> 57 57 58 58 <div id="main"> 59 59 <div id="content"> 60 60 61 61 {{tpl:ductileNbEntryPerPage nb="8"}} 62 62 <tpl:Entries> 63 63 64 64 <!-- First page --> 65 65 <tpl:SysIf current_mode="default"> … … 67 67 {{tpl:include src="_entry-full.html"}} 68 68 </tpl:LoopPosition> 69 69 70 70 <tpl:LoopPosition start="2"> 71 71 {{tpl:ductileEntriesList default="short"}} 72 72 </tpl:LoopPosition> 73 73 </tpl:SysIf> 74 74 75 75 <!-- Next pages --> 76 76 <tpl:SysIf current_mode="!default"> 77 77 {{tpl:ductileEntriesList default="short"}} 78 </tpl:SysIf> 79 78 </tpl:SysIf> 79 80 80 <!-- Pagination --> 81 81 <tpl:EntriesFooter> 82 82 {{tpl:include src="_pagination.html"}} 83 83 </tpl:EntriesFooter> 84 84 85 85 </tpl:Entries> 86 86 87 87 </div> <!-- End #content --> 88 88 </div> <!-- End #main --> 89 89 90 90 {{tpl:include src="_sidebar.html"}} 91 91 92 92 </div> <!-- End #wrapper --> 93 93 94 94 {{tpl:include src="_footer.html"}} 95 95 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.