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 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
17 | |
---|
18 | {{tpl:include src="_head.html"}} |
---|
19 | |
---|
20 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
21 | <script type="text/javascript"> |
---|
22 | //<![CDATA[ |
---|
23 | var post_remember_str = '{{tpl:lang Remember me on this blog}}'; |
---|
24 | //]]> |
---|
25 | </script> |
---|
26 | </head> |
---|
27 | <body class="dc-page"> |
---|
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 | {{tpl:include src="_simple-entry.html"}} |
---|
39 | |
---|
40 | </div> |
---|
41 | </div> <!-- End #main --> |
---|
42 | |
---|
43 | {{tpl:include src="_sidebar.html"}} |
---|
44 | |
---|
45 | </div> <!-- End #wrapper --> |
---|
46 | |
---|
47 | {{tpl:include src="_footer.html"}} |
---|
48 | </div> <!-- End #page --> |
---|
49 | </body> |
---|
50 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.