diff options
Diffstat (limited to '')
-rw-r--r-- | source/_includes/header.haml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/_includes/header.haml b/source/_includes/header.haml deleted file mode 100644 index f4b821f9..00000000 --- a/source/_includes/header.haml +++ /dev/null @@ -1,9 +0,0 @@ -.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}") - %input(type="hidden" name="ie" value="UTF-8") - %input#q(type="text" name="q")
\ No newline at end of file |