- Timestamp:
- 12/16/16 07:29:22 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/dotty/__layout.html
r3371 r3455 7 7 <tpl:Block name="head-title"> 8 8 <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 </tpl:Block> <!-- head-title -->9 </tpl:Block> <!-- # head-title --> 10 10 11 11 <tpl:Block name="head-meta"> … … 13 13 <tpl:Block name="meta-robots"> 14 14 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 15 </tpl:Block> <!-- meta-robots -->15 </tpl:Block> <!-- # meta-robots --> 16 16 <tpl:Block name="meta-entry"> 17 17 <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>" /> 18 18 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 19 19 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 20 </tpl:Block> <!-- meta-entry -->21 </tpl:Block> <!-- head-meta -->20 </tpl:Block> <!-- # meta-entry --> 21 </tpl:Block> <!-- # head-meta --> 22 22 23 23 <tpl:Block name="head-linkrel"> … … 46 46 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 47 47 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 48 </tpl:Block> <!-- head-linkrel -->48 </tpl:Block> <!-- # head-linkrel --> 49 49 50 50 {{tpl:include src="_head.html"}} 51 </tpl:Block> <!-- html-head -->51 </tpl:Block> <!-- # html-head --> 52 52 </head> 53 53 <tpl:Block name="body-tag"> … … 59 59 <tpl:Block name="page-top"> 60 60 {{tpl:include src="_top.html"}} 61 </tpl:Block> <!-- page-top -->61 </tpl:Block> <!-- # page-top --> 62 62 63 63 <div id="wrapper"> … … 73 73 <tpl:Entries> 74 74 75 <!-- First page -->75 <!-- # First page --> 76 76 <tpl:SysIf current_mode="default"> 77 77 <tpl:LoopPosition start="1" length="1"> … … 84 84 </tpl:SysIf> 85 85 86 <!-- Next pages -->86 <!-- # Next pages --> 87 87 <tpl:SysIf current_mode="!default"> 88 88 {{tpl:include src="_entry-short.html"}} 89 89 </tpl:SysIf> 90 90 91 <!-- Pagination -->91 <!-- # Pagination --> 92 92 <tpl:EntriesFooter> 93 93 {{tpl:include src="_pagination.html"}} … … 96 96 </tpl:Entries> 97 97 98 </tpl:Block> <!-- main-content -->99 </section> <!-- End #content -->100 </tpl:Block> <!-- wrapper-main -->101 </main> <!-- End #main -->98 </tpl:Block> <!-- # main-content --> 99 </section> <!-- # End #content --> 100 </tpl:Block> <!-- # wrapper-main --> 101 </main> <!-- # End #main --> 102 102 103 103 <tpl:Block name="wrapper-sidebar"> 104 104 {{tpl:include src="_sidebar.html"}} 105 </tpl:Block> <!-- wrapper-sidebar -->106 </tpl:Block> <!-- page-wrapper -->107 </div> <!-- End #wrapper -->105 </tpl:Block> <!-- # wrapper-sidebar --> 106 </tpl:Block> <!-- # page-wrapper --> 107 </div> <!-- # End #wrapper --> 108 108 109 109 <tpl:Block name="page-footer"> 110 110 {{tpl:include src="_footer.html"}} 111 </tpl:Block> <!-- page-footer -->112 </tpl:Block> <!-- body-page -->113 </div> <!-- End #page -->114 </tpl:Block> <!-- html-body -->111 </tpl:Block> <!-- # page-footer --> 112 </tpl:Block> <!-- # body-page --> 113 </div> <!-- # End #page --> 114 </tpl:Block> <!-- # html-body --> 115 115 </body> 116 116 </html>
Note: See TracChangeset
for help on using the changeset viewer.