diff options
Diffstat (limited to 'source/_layouts')
-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 |