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

RevLine 
[2830]1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
[609]3<head>
[2830]4     <meta charset="UTF-8" />
[615]5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
[2566]6
[615]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"}}" />
[2566]12
[615]13     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
[2566]14
[615]15     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
[2566]16
[615]17     {{tpl:include src="_head.html"}}
[2566]18
[2803]19     <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
[615]20     <script type="text/javascript">
21          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
22     </script>
[609]23</head>
24<body class="dc-page">
[615]25     <div id="page">
26          {{tpl:EntryPingData}}
[2566]27
[615]28          {{tpl:include src="_top.html"}}
[2566]29
[615]30          <div id="wrapper">
[2566]31
[615]32               <div id="main">
33                    <div id="content">
[2566]34
[615]35                         {{tpl:include src="_simple-entry.html"}}
[2566]36
[615]37                    </div>
38               </div> <!-- End #main -->
[2566]39
[615]40               {{tpl:include src="_sidebar.html"}}
[2566]41
[615]42          </div> <!-- End #wrapper -->
[2566]43
[615]44          {{tpl:include src="_footer.html"}}
45     </div> <!-- End #page -->
[609]46</body>
[2566]47</html>
Note: See TracBrowser for help on using the repository browser.

Sites map