diff options
| -rw-r--r-- | templates/center_list_blog_posts.tpl | 2 | ||||
| -rw-r--r-- | templates/crosspost.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/center_list_blog_posts.tpl b/templates/center_list_blog_posts.tpl index ad2309c..27b1ec5 100644 --- a/templates/center_list_blog_posts.tpl +++ b/templates/center_list_blog_posts.tpl @@ -4,7 +4,7 @@ <div class="display blogs"> <div class="header"> - <h1>{tr}Recent Blog Posts{/tr}</h1> + <h2>{tr}Recent Blog Posts{/tr}</h2> </div> <div class="body"> diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index f0e80c8..5c04ad4 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -1,7 +1,7 @@ {strip} <div class="edit crosspost"> <div class="header"> - <h1>{tr}Crosspost{/tr}</h1> + <h2>{tr}Crosspost{/tr}</h2> </div> <div class="body"> |
