1 | {{tpl:extends parent="__layout.html"}} |
---|
2 | |
---|
3 | <tpl:Block name="head-title"> |
---|
4 | <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
5 | </tpl:Block> |
---|
6 | |
---|
7 | <tpl:Block name="meta-entry"> |
---|
8 | <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> |
---|
9 | <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> |
---|
10 | <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" /> |
---|
11 | </tpl:Block> |
---|
12 | |
---|
13 | <tpl:Block name="head-linkrel"> |
---|
14 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
15 | <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> |
---|
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 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
19 | </tpl:Block> |
---|
20 | |
---|
21 | <tpl:Block name="html-head"> |
---|
22 | {{tpl:parent}} |
---|
23 | |
---|
24 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
25 | <script type="text/javascript"> |
---|
26 | var post_remember_str = '{{tpl:lang Remember me on this blog}}'; |
---|
27 | </script> |
---|
28 | </tpl:Block> |
---|
29 | |
---|
30 | <tpl:Block name="body-tag"><body class="dc-post"></tpl:Block> |
---|
31 | |
---|
32 | <tpl:Block name="page-top"> |
---|
33 | {{tpl:EntryPingData}} |
---|
34 | {{tpl:parent}} |
---|
35 | </tpl:Block> |
---|
36 | |
---|
37 | <tpl:Block name="main-content"> |
---|
38 | <nav class="navlinks topnl" role="navigation" aria-label="{{tpl:lang Entries}}"> |
---|
39 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" class="prev"><span aria-hidden="true">« </span><span class="sr">{{tpl:lang Previous entry:}} </span>{{tpl:EntryTitle encode_html="1" |
---|
40 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
41 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" class="next"><span class="sr">{{tpl:lang Next entry:}} </span>{{tpl:EntryTitle encode_html="1" cut_string="50"}}<span aria-hidden="true"> »</span></a></tpl:EntryNext> |
---|
42 | </nav> |
---|
43 | |
---|
44 | {{tpl:include src="_simple-entry.html"}} |
---|
45 | |
---|
46 | <nav class="navlinks" role="navigation" aria-label="{{tpl:lang Entries}}"> |
---|
47 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" class="prev"><span aria-hidden="true">« </span><span class="sr">{{tpl:lang Previous entry:}} </span>{{tpl:EntryTitle encode_html="1" |
---|
48 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
49 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" class="next"><span class="sr">{{tpl:lang Next entry:}} </span>{{tpl:EntryTitle encode_html="1" cut_string="50"}}<span aria-hidden="true"> »</span></a></tpl:EntryNext> |
---|
50 | </nav> |
---|
51 | </tpl:Block> |
---|