Dotclear

source: themes/ductile/tpl/post.html @ 3422:d294032fcdd4

Revision 3422:d294032fcdd4, 2.5 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

No more <link rel="top" …> neither <link rel="up" …> in HTML5

Line 
1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
3<head>
4     <meta charset="UTF-8" />
5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
6
7     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
8     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
10     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
11     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
12
13     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
14
15     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
16     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
17
18     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
19
20     {{tpl:include src="_head.html"}}
21
22     <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
23     <script type="text/javascript">
24          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
25     </script>
26</head>
27<body class="dc-post">
28     <div id="page">
29          {{tpl:EntryPingData}}
30
31          {{tpl:include src="_top.html"}}
32
33          <div id="wrapper">
34
35               <div id="main">
36                    <div id="content">
37
38                         <p class="navlinks topnl">
39                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
40                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
41                               cut_string="50"}}</a></tpl:EntryPrevious>
42                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
43                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
44                               cut_string="50"}} &#187;</a></tpl:EntryNext>
45                         </p>
46
47                         {{tpl:include src="_simple-entry.html"}}
48
49                         <p class="navlinks">
50                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
51                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
52                               cut_string="50"}}</a></tpl:EntryPrevious>
53                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
54                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
55                               cut_string="50"}} &#187;</a></tpl:EntryNext>
56                         </p>
57
58                    </div>
59               </div> <!-- End #main -->
60
61               {{tpl:include src="_sidebar.html"}}
62
63          </div> <!-- End #wrapper -->
64
65          {{tpl:include src="_footer.html"}}
66     </div> <!-- End #page -->
67</body>
68</html>
Note: See TracBrowser for help on using the repository browser.

Sites map