Revision 3422:d294032fcdd4,
1.8 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 | |
---|
[2692] | 1 | {{tpl:extends parent="__layout.html"}} |
---|
| 2 | |
---|
| 3 | <tpl:Block name="head-title"> |
---|
| 4 | <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 5 | </tpl:Block> |
---|
| 6 | |
---|
| 7 | <tpl:Block name="meta-robots"> |
---|
[2600] | 8 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
[2692] | 9 | </tpl:Block> |
---|
[2600] | 10 | |
---|
[2692] | 11 | <tpl:Block name="head-linkrel"> |
---|
[2600] | 12 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
| 13 | <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> |
---|
| 14 | <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> |
---|
| 15 | |
---|
| 16 | <tpl:Entries no_content="1"> |
---|
| 17 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 18 | </tpl:Entries> |
---|
[2692] | 19 | </tpl:Block> |
---|
[2600] | 20 | |
---|
[2781] | 21 | <tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block> |
---|
[2600] | 22 | |
---|
[2692] | 23 | <tpl:Block name="main-content"> |
---|
| 24 | <p class="navlinks topnl"> |
---|
| 25 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
| 26 | {{tpl:ArchiveDate}} |
---|
| 27 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
| 28 | </p> |
---|
[2600] | 29 | |
---|
[2692] | 30 | <div id="content-info"> |
---|
| 31 | <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> |
---|
| 32 | </div> |
---|
[2600] | 33 | |
---|
[2692] | 34 | <div class="content-inner"> |
---|
| 35 | <tpl:Entries> |
---|
| 36 | {{tpl:include src="_entry-short.html"}} |
---|
| 37 | </tpl:Entries> |
---|
| 38 | </div> |
---|
[2600] | 39 | |
---|
[2692] | 40 | <p class="navlinks"> |
---|
| 41 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
| 42 | {{tpl:ArchiveDate}} |
---|
| 43 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
| 44 | </p> |
---|
| 45 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.