aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
committerB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
commit77bb406a9344eb669bf33b951e6156de62094b58 (patch)
treecd294ce3dcbc212e4741e5e7c87ad98688c7172b /source/_layouts
parentf17271f6e2a237ab2aa80088caf872933cea3ffb (diff)
downloadmy_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.tar.xz
my_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.zip
improved layout styling, added about page, added archive page link to footer
Diffstat (limited to 'source/_layouts')
-rw-r--r--source/_layouts/default.haml10
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 &copy; #{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