improved layout styling, added about page, added archive page link to footer
This commit is contained in:
parent
f17271f6e2
commit
77bb406a93
6 changed files with 103 additions and 42 deletions
|
@ -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>
|
||||
%span.credit Powered by <a href="http://github.com/imathis/octopress/">Octopress</a>
|
Loading…
Add table
Add a link
Reference in a new issue