aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/navigation.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-05-15 18:33:00 -0400
committerBrandon Mathis <brandon@imathis.com>2011-05-15 18:33:00 -0400
commitc7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (patch)
tree76c57e41828a3492535cde7fe82bef98ccea0eb4 /source/_includes/navigation.html
parente4c2d5790bac6a74037638fde049c374fc44cc7b (diff)
downloadmy_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.tar.xz
my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.zip
major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
Diffstat (limited to 'source/_includes/navigation.html')
-rw-r--r--source/_includes/navigation.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/_includes/navigation.html b/source/_includes/navigation.html
index 97d95938..23f594eb 100644
--- a/source/_includes/navigation.html
+++ b/source/_includes/navigation.html
@@ -1,5 +1,11 @@
+<div>
+ <a href="/atom.xml">Subscribe</a>
+ <form action="{{ site.simple_search }}" method="get">
+ <input class="search" type="text" name="q" results="0" placeholder="Search"/>
+ <input type="hidden" name="q" value="site:{{ site.url | search_url }}" />
+ </form>
+</div>
<ul>
<li><a href="/">Blog</a></li>
<li><a href="/about/">About</a></li>
- <li class="subscribe"><a href="/atom.xml">Subscribe</a></li>
</ul>