- Timestamp:
- 12/16/16 07:29:22 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/dotty/archive.html
r3422 r3455 25 25 <div class="content-inner"> 26 26 27 <article id="time-criteria"><!-- entries sorted by date -->27 <article id="time-criteria"><!-- # entries sorted by date --> 28 28 <div id="arch-by-year" class="arch-block arch-by-year"> 29 29 <h3>{{tpl:lang By date}}</h3> … … 45 45 </article> 46 46 47 <article id="other-criteria"><!-- entries sorted by others criterias -->47 <article id="other-criteria"><!-- # entries sorted by others criterias --> 48 48 <tpl:Categories level="1"> 49 49 <tpl:CategoriesHeader> … … 83 83 </article> 84 84 85 <article id="more-arch"><!-- others things -->85 <article id="more-arch"><!-- # others things --> 86 86 <div id="arch-by-page" class="arch-block arch-by-page"> 87 87 <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> … … 98 98 </article> 99 99 100 </div> <!-- End .content-inner -->100 </div> <!-- # End .content-inner --> 101 101 </tpl:Block> 102 102 … … 106 106 <tpl:Widget id="search"> 107 107 </tpl:Widget> 108 </div> <!-- End #blognav -->108 </div> <!-- # End #blognav --> 109 109 110 110 <tpl:IfWidgets type="extra"> … … 112 112 <h2 class="blogextra__title">{{tpl:lang Extra menu}}</h2> 113 113 {{tpl:Widgets type="extra"}} 114 </div> <!-- End #blogextra -->114 </div> <!-- # End #blogextra --> 115 115 </tpl:IfWidgets> 116 </aside> <!-- End #sidebar -->116 </aside> <!-- # End #sidebar --> 117 117 </tpl:Block>
Note: See TracChangeset
for help on using the changeset viewer.