Dotclear

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

Revision 3422:d294032fcdd4, 1.4 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     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
16
17     {{tpl:include src="_head.html"}}
18
19     <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
20     <script type="text/javascript">
21          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
22     </script>
23</head>
24<body class="dc-page">
25     <div id="page">
26          {{tpl:EntryPingData}}
27
28          {{tpl:include src="_top.html"}}
29
30          <div id="wrapper">
31
32               <div id="main">
33                    <div id="content">
34
35                         {{tpl:include src="_simple-entry.html"}}
36
37                    </div>
38               </div> <!-- End #main -->
39
40               {{tpl:include src="_sidebar.html"}}
41
42          </div> <!-- End #wrapper -->
43
44          {{tpl:include src="_footer.html"}}
45     </div> <!-- End #page -->
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.

Sites map