From eefe29e5d0b6caab2f6bfcab7a10dbf43e208ac3 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 10 Mar 2010 12:23:30 -0600 Subject: now Octopress uses partials --- source/_includes/header.haml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/_includes/header.haml (limited to 'source/_includes/header.haml') diff --git a/source/_includes/header.haml b/source/_includes/header.haml new file mode 100644 index 00000000..ce1d054a --- /dev/null +++ b/source/_includes/header.haml @@ -0,0 +1,8 @@ +.page_width + %a.title(href="/")=page.blog_title + - if page.respond_to? :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 -- cgit v1.2.1