- 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/archive.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:lang Archives}} - {{tpl:BlogName encode_html="1"}}</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 Archives}} - {{tpl:BlogName encode_html="1"}}" /> … … 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 24 24 <tpl:Archives> 25 25 <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 26 26 </tpl:Archives> 27 27 28 28 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 29 29 30 30 {{tpl:include src="_head.html"}} 31 31 </head> … … 39 39 <div id="main"> 40 40 <div id="content"> 41 41 42 42 <div id="content-info"> 43 43 <h2>{{tpl:lang Archives}}</h2> 44 44 </div> 45 45 46 46 <div class="content-inner"> 47 47 <tpl:Archives> … … 58 58 </tpl:Archives> 59 59 </div> 60 60 61 61 </div> 62 62 </div> <!-- End #main --> … … 66 66 {{tpl:Widgets type="nav"}} 67 67 </div> <!-- End #blognav --> 68 68 69 69 <div id="blogextra"> 70 70 {{tpl:Widgets type="extra"}}
Note: See TracChangeset
for help on using the changeset viewer.