blob: ce1d054a3c1eaab6f2f752cb9ba3bc2d835c8951 (
plain)
1
2
3
4
5
6
7
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")
|