now Octopress uses partials
This commit is contained in:
parent
1957c12499
commit
eefe29e5d0
17 changed files with 176 additions and 114 deletions
8
source/_includes/header.haml
Normal file
8
source/_includes/header.haml
Normal file
|
@ -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")
|
Loading…
Add table
Add a link
Reference in a new issue