- Timestamp:
- 03/30/15 17:57:44 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/baklava/archive.html
r2982 r2983 35 35 <section id="time-criteria"><!-- entries sorted by date --> 36 36 <div id="arch-by-year" class="arch-block arch-by-year"> 37 <h 1>{{tpl:lang By date}}</h1>37 <h2>{{tpl:lang By date}}</h2> 38 38 <p class="fromto">{{tpl:lang FromDay}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries> {{tpl:lang toDay}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries></p> 39 39 <tpl:Archives order="asc"> … … 57 57 <tpl:CategoriesHeader> 58 58 <div id="arch-by-cat" class="arch-block arch-by-cat"> 59 <h 1>{{tpl:lang By category}}</h1>59 <h2>{{tpl:lang By category}}</h2> 60 60 <ul class="arch-list arch-cat-list"> 61 61 </tpl:CategoriesHeader> … … 80 80 <tpl:TagsHeader> 81 81 <div id="arch-by-tag" class="arch-block arch-by-tag"> 82 <h 1>{{tpl:lang By tag}}</h1>82 <h2>{{tpl:lang By tag}}</h2> 83 83 <ul class="arch-list arch-tag-list"> 84 84 </tpl:TagsHeader> … … 95 95 <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> 96 96 <tpl:EntriesHeader> 97 <h 1>{{tpl:lang Pages}}</h1>97 <h2>{{tpl:lang Pages}}</h2> 98 98 <ul class="arch-list arch-page-list"> 99 99 </tpl:EntriesHeader>
Note: See TracChangeset
for help on using the changeset viewer.