Changeset 2566:9bf417837888 for themes/ductile/tpl/page.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/page.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> … … 11 11 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> … … 22 22 <meta name="dc.type" content="text" /> 23 23 <meta name="dc.format" content="text/html" /> 24 24 25 25 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 26 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 27 28 28 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 29 29 30 30 {{tpl:include src="_head.html"}} 31 31 32 32 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 33 33 <script type="text/javascript"> … … 40 40 <div id="page"> 41 41 {{tpl:EntryPingData}} 42 42 43 43 {{tpl:include src="_top.html"}} 44 44 45 45 <div id="wrapper"> 46 46 47 47 <div id="main"> 48 48 <div id="content"> 49 49 50 50 {{tpl:include src="_simple-entry.html"}} 51 51 52 52 </div> 53 53 </div> <!-- End #main --> 54 54 55 55 {{tpl:include src="_sidebar.html"}} 56 56 57 57 </div> <!-- End #wrapper --> 58 58 59 59 {{tpl:include src="_footer.html"}} 60 60 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.