diff options
Diffstat (limited to 'source/_layouts/default.haml')
-rw-r--r-- | source/_layouts/default.haml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index 77bd29e7..ceadff3b 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -17,10 +17,14 @@ root_url: #header .page_width %a.title(href="/")=page.blog_title - %ul#header_nav.nav + #nav + .page_width + %ul %li.alpha - %a(href="#{page.root_url}/archives") Archives + %a(href="#{page.root_url}/") Blog %li.omega + %a(href="#{page.root_url}/about") About + %li.subscribe %a(href="#{page.root_url}/atom.xml") Subscribe #page .page_width @@ -35,4 +39,4 @@ root_url: #footer .page_width = "Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} | " - %span.credit Powered by <a href="http://github.com/henrik/jekyll">Jekyll</a> & <a href="http://github.com/imathis/octopress/">Octopress</a>
\ No newline at end of file + %span.credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
\ No newline at end of file |