mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 11:55:04 -05:00
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
|
.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")
|