Revision 3422:d294032fcdd4,
1.0 KB
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
No more <link rel="top" …> neither <link rel="up" …> in HTML5
|
Rev | Line | |
---|
[3017] | 1 | {{tpl:extends parent="__layout.html"}} |
---|
[2566] | 2 | |
---|
[3017] | 3 | <tpl:Block name="head-title"> |
---|
| 4 | <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 5 | </tpl:Block> |
---|
[2566] | 6 | |
---|
[3017] | 7 | <tpl:Block name="head-linkrel"> |
---|
| 8 | <tpl:Archives> |
---|
| 9 | <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
| 10 | </tpl:Archives> |
---|
| 11 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
| 12 | </tpl:Block> |
---|
[2566] | 13 | |
---|
[3017] | 14 | <tpl:Block name="body-tag"><body class="dc-archive"></tpl:Block> |
---|
[2566] | 15 | |
---|
[3017] | 16 | <tpl:Block name="main-content"> |
---|
| 17 | <div id="content-info"> |
---|
| 18 | <h2>{{tpl:lang Archives}}</h2> |
---|
| 19 | </div> |
---|
[2566] | 20 | |
---|
[3017] | 21 | <div class="content-inner"> |
---|
| 22 | <tpl:Archives> |
---|
| 23 | <tpl:ArchivesYearHeader> |
---|
| 24 | <h3>{{tpl:ArchiveDate format="%Y"}}</h3> |
---|
| 25 | <ul> |
---|
| 26 | </tpl:ArchivesYearHeader> |
---|
| 27 | <li><a href="{{tpl:ArchiveURL}}" |
---|
| 28 | title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> |
---|
| 29 | ({{tpl:ArchiveEntriesCount}})</li> |
---|
| 30 | <tpl:ArchivesYearFooter> |
---|
| 31 | </ul> |
---|
| 32 | </tpl:ArchivesYearFooter> |
---|
| 33 | </tpl:Archives> |
---|
| 34 | </div> |
---|
| 35 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.