Dotclear

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

Revision 3371:e723ede3c238, 2.9 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:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
8     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" remove_html="1" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
12
13     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
14     <tpl:Categories>
15          <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
16     </tpl:Categories>
17
18     {{tpl:ductileNbEntryPerPage nb="8"}}
19     <tpl:Entries no_content="1">
20          <tpl:EntriesHeader>
21               <tpl:Pagination>
22                    <tpl:PaginationIf end="0">
23                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
24                    </tpl:PaginationIf>
25
26                    <tpl:PaginationIf start="0">
27                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
28                    </tpl:PaginationIf>
29               </tpl:Pagination>
30          </tpl:EntriesHeader>
31
32          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
33     </tpl:Entries>
34
35     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
36     <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
37     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
38
39     {{tpl:include src="_head.html"}}
40</head>
41<body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>">
42     <div id="page">
43          {{tpl:include src="_top.html"}}
44
45          <div id="wrapper">
46
47               <div id="main">
48                    <div id="content">
49
50                         {{tpl:ductileNbEntryPerPage nb="8"}}
51                         <tpl:Entries>
52
53                              <!-- First page -->
54                              <tpl:SysIf current_mode="default">
55                                   <tpl:LoopPosition start="1" length="1">
56                                        {{tpl:include src="_entry-full.html"}}
57                                   </tpl:LoopPosition>
58
59                                   <tpl:LoopPosition start="2">
60                                        {{tpl:ductileEntriesList default="short"}}
61                                   </tpl:LoopPosition>
62                              </tpl:SysIf>
63
64                              <!-- Next pages -->
65                              <tpl:SysIf current_mode="!default">
66                                   {{tpl:ductileEntriesList default="short"}}
67                              </tpl:SysIf>
68
69                              <!-- Pagination -->
70                              <tpl:EntriesFooter>
71                                   {{tpl:include src="_pagination.html"}}
72                              </tpl:EntriesFooter>
73
74                         </tpl:Entries>
75
76                    </div> <!-- End #content -->
77               </div> <!-- End #main -->
78
79               {{tpl:include src="_sidebar.html"}}
80
81          </div> <!-- End #wrapper -->
82
83          {{tpl:include src="_footer.html"}}
84     </div> <!-- End #page -->
85</body>
86</html>
Note: See TracBrowser for help on using the repository browser.

Sites map