Changeset 2983:15189c4a828f
- Timestamp:
- 03/30/15 17:57:44 (10 years ago)
- Branch:
- default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/baklava/_entry-feedback.html
r2982 r2983 8 8 <tpl:CommentsHeader> 9 9 <section class="feedback__comments" id="comments"> 10 <h 1>{{tpl:EntryCommentCount count_all="1" none="no reactions" one="one reaction" more="%s reactions"}}</h3>10 <h2>{{tpl:EntryCommentCount count_all="1" none="no reactions" one="one reaction" more="%s reactions"}}</h2> 11 11 <tpl:EntryIf operator="or" comments_active="1" pings_active="1"> 12 12 <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" -
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> -
inc/public/default-templates/baklava/archive_month.html
r2982 r2983 38 38 </nav> 39 39 40 <h 1>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h1>40 <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 41 41 </header> 42 42 -
inc/public/default-templates/baklava/category.html
r2982 r2983 49 49 <tpl:Block name="main-content"> 50 50 <header id="content-info"> 51 <h 1>51 <h2> 52 52 <tpl:CategoryParents> 53 53 <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › 54 54 </tpl:CategoryParents> 55 55 {{tpl:CategoryTitle encode_html="1"}} 56 </h 1>56 </h2> 57 57 58 58 <tpl:CategoryIf has_entries="1"> -
plugins/tags/default-templates/baklava/tag.html
r2982 r2983 44 44 <tpl:Block name="main-content"> 45 45 <header id="content-info"> 46 <h 1>{{tpl:lang Tag}} - {{tpl:TagID}}</h1>46 <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 47 47 <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 48 48 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> -
plugins/tags/default-templates/baklava/tags.html
r2982 r2983 25 25 <tpl:Block name="main-content"> 26 26 <header id="content-info"> 27 <h 1>{{tpl:lang Tags}}</h1>27 <h2>{{tpl:lang Tags}}</h2> 28 28 </header> 29 29
Note: See TracChangeset
for help on using the changeset viewer.