Changeset 2566:9bf417837888 for themes/ductile/tpl/tag.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/tag.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:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 25 {{tpl:ductileNbEntryPerPage}} 26 26 <tpl:Entries no_content="1"> … … 30 30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 33 33 <tpl:PaginationIf start="0"> 34 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 36 36 </tpl:Pagination> 37 37 </tpl:EntriesHeader> 38 38 39 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 40 40 </tpl:Entries> 41 41 42 42 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 43 43 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 44 44 45 45 {{tpl:include src="_head.html"}} 46 46 </head> … … 48 48 <div id="page"> 49 49 {{tpl:include src="_top.html"}} 50 50 51 51 <div id="wrapper"> 52 52 53 53 <div id="main"> 54 54 <div id="content"> 55 55 56 56 <div id="content-info"> 57 57 <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> … … 69 69 <tpl:Entries> 70 70 {{tpl:ductileEntriesList default="short"}} 71 71 72 72 <tpl:EntriesFooter> 73 73 {{tpl:include src="_pagination.html"}} 74 74 </tpl:EntriesFooter> 75 75 76 76 </tpl:Entries> 77 77 </div> <!-- End #content-inner --> 78 78 </div> <!-- End #content --> 79 79 </div> <!-- End #main --> 80 80 81 81 {{tpl:include src="_sidebar.html"}} 82 82 83 83 </div> <!-- End #wrapper --> 84 84 85 85 {{tpl:include src="_footer.html"}} 86 86 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.