aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/default.haml
blob: 4df3c3987b24ad1a1ac68a74c036f6c863cb36ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
blog_title: My Blog
---

!!! 1.1 Transitional
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
  %head
    %title= page.title
    - if page.respond_to? :description
      %meta{:name=>"description", :content=>page.description}/
    - if page.respond_to? :keywords
      %meta{:name=>"keywords", :content=>page.keywords}/
    %link{:href=>"/stylesheets/screen.css", :rel=>"stylesheet", :media=>"screen, projection", :type=>"text/css"}
  %body
    #header
      .page_width
        %a.title(href="/")=page.blog_title
        %ul#header_nav.nav
          %li.alpha
            %a(href="/archives") Archives
          %li.omega
            %a(href="/atom.xml") Subscribe
    #page
      .page_width
        = content
    #footer
      .page_width Footer