Dotclear

source: themes/ductile/tpl/post.html @ 3371:e723ede3c238

Revision 3371:e723ede3c238, 2.6 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Bye bye Dublin-Core metadata in <head>, closes #2074

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="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
14     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
15
16     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
17     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
18
19     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
20
21     {{tpl:include src="_head.html"}}
22
23     <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
24     <script type="text/javascript">
25          //<![CDATA[
26          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
27          //]]>
28     </script>
29</head>
30<body class="dc-post">
31     <div id="page">
32          {{tpl:EntryPingData}}
33
34          {{tpl:include src="_top.html"}}
35
36          <div id="wrapper">
37
38               <div id="main">
39                    <div id="content">
40
41                         <p class="navlinks topnl">
42                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
43                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
44                               cut_string="50"}}</a></tpl:EntryPrevious>
45                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
46                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
47                               cut_string="50"}} &#187;</a></tpl:EntryNext>
48                         </p>
49
50                         {{tpl:include src="_simple-entry.html"}}
51
52                         <p class="navlinks">
53                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
54                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
55                               cut_string="50"}}</a></tpl:EntryPrevious>
56                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
57                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
58                               cut_string="50"}} &#187;</a></tpl:EntryNext>
59                         </p>
60
61                    </div>
62               </div> <!-- End #main -->
63
64               {{tpl:include src="_sidebar.html"}}
65
66          </div> <!-- End #wrapper -->
67
68          {{tpl:include src="_footer.html"}}
69     </div> <!-- End #page -->
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.

Sites map