diff options
Diffstat (limited to 'source/_includes')
-rw-r--r-- | source/_includes/footer.haml | 2 | ||||
-rw-r--r-- | source/_includes/header.haml | 7 | ||||
-rw-r--r-- | source/_includes/navigation.haml | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/source/_includes/footer.haml b/source/_includes/footer.haml index 3385617d..99870db8 100644 --- a/source/_includes/footer.haml +++ b/source/_includes/footer.haml @@ -1,5 +1,5 @@ #footer - .page_width + .content Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} - %span.credit Powered by <a href="http://octopress.org">Octopress</a> diff --git a/source/_includes/header.haml b/source/_includes/header.haml index ce1d054a..f4b821f9 100644 --- a/source/_includes/header.haml +++ b/source/_includes/header.haml @@ -1,6 +1,7 @@ -.page_width - %a.title(href="/")=page.blog_title - - if page.respond_to? :google_custom_search_id +.content + %h1 + %a.title(href="/")=page.blog_title + - if page.respond_to?(:google_custom_search_id) && page.google_custom_search_id #search %form(action="http://www.google.com/cse" id="cse-search-box") %input(type="hidden" name="cx" value="#{page.google_custom_search_id}") diff --git a/source/_includes/navigation.haml b/source/_includes/navigation.haml index 4b273fcf..8ee0bfe9 100644 --- a/source/_includes/navigation.haml +++ b/source/_includes/navigation.haml @@ -1,4 +1,4 @@ -.page_width +.content %ul %li.alpha %a(href="/") Blog |