diff options
author | B Mathis <brandon@imathis.com> | 2009-10-18 20:42:54 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-18 20:42:54 -0500 |
commit | f5aca904350a52e108464c7ba641d7a0a0d9d108 (patch) | |
tree | 290402dccaa5634e2f4279f31646a6009e8aa29f /source/_layouts/default.haml | |
parent | d8d51719fb2ec7cb2ee70dab4665c74baa0fb783 (diff) | |
download | my_new_personal_website-f5aca904350a52e108464c7ba641d7a0a0d9d108.tar.xz my_new_personal_website-f5aca904350a52e108464c7ba641d7a0a0d9d108.zip |
paramaterized layout and page files
Diffstat (limited to 'source/_layouts/default.haml')
-rw-r--r-- | source/_layouts/default.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index cec53767..4df3c398 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -1,3 +1,7 @@ +--- +blog_title: My Blog +--- + !!! 1.1 Transitional %html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en") %head @@ -10,7 +14,7 @@ %body #header .page_width - %a.title(href="/") My Blog + %a.title(href="/")=page.blog_title %ul#header_nav.nav %li.alpha %a(href="/archives") Archives |