diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:05 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:05 +0100 |
commit | 1599df108116ca573208e4117ace405fdb8be2be (patch) | |
tree | a5d006741b20128dfff8f9e4e905ed3e5ccf5e3c /source/_includes/header.html | |
parent | 106288f71d6ccd4ef7e510705d9099836dd98476 (diff) | |
download | octopress-theme-jeyzu-1599df108116ca573208e4117ace405fdb8be2be.zip octopress-theme-jeyzu-1599df108116ca573208e4117ace405fdb8be2be.tar.gz |
responsive layout
Diffstat (limited to 'source/_includes/header.html')
-rw-r--r-- | source/_includes/header.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html index b6752aa..ac544be 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -1,13 +1,15 @@ <h1 class="left"><a href="{{ root_url }}/">{{ site.title }}</a></h1> <nav class="menu left">{% include navigation.html %}</nav> -<form class="search right" action="{{ site.simple_search }}" method="get"> - <input class="left" type="text" name="q" results="0"> - <input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}"> -</form> -<div class="social right"> - <a href="http://www.facebook.com/tommy351" title="Facebook">Facebook</a> - <a href="https://plus.google.com/105931860008509594725" title="Google+">Google+</a> - <a href="http://twitter.com/tommy351" title="Twitter">Twitter</a> - <a href="{{ site.subscribe_rss }}" title="RSS">RSS</a> +<div class="right"> + <form class="search right" action="{{ site.simple_search }}" method="get"> + <input class="left" type="text" name="q" results="0"> + <input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}"> + </form> + <div class="social right"> + <a href="http://www.facebook.com/tommy351" title="Facebook">Facebook</a> + <a href="https://plus.google.com/105931860008509594725" title="Google+">Google+</a> + <a href="http://twitter.com/tommy351" title="Twitter">Twitter</a> + <a href="{{ site.subscribe_rss }}" title="RSS">RSS</a> + </div> </div> {% include custom/header.html %}
\ No newline at end of file |