mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
improved layout flexibility
This commit is contained in:
@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user