Sha256: b4c412e4357a641ab01088e0838f8e6efbde8dbd45d724819d4e7ac7e1800f45

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 Bytes

Contents

!!! 5
%html( lang="en" )
  %head
    %meta( charset="utf-8" )
    %title= data.config.title
    /[if le IE 9]
      %script( src="http://html5shiv.googlecode.com/svn/trunk/html5.js" )
    %link( rel="stylesheet" href="#{uri 'theme/screen.css'}" type="text/css" media="screen" charset="utf-8")
    %script( src="#{uri 'theme/scripts/app.js'}" )
  %body
    .row
      .col.span-12
        %header
          %h1= data.config.title
          %h4= data.config.tagline
    .row
      .col.span-12
        %nav
          %ul
            %li
              %a(href="#{uri 'index.html'}") Home
    %article
      .row
        .col.span-8
          %section
            = content
        .col.span-4
          %aside
            = render 'sidebar'
      .row
        .col.span-12
          %footer
            = copyright_years 2011

Version data entries

7 entries across 6 versions & 1 rubygems

Version Path
gumdrop-0.2.9 lib/gumdrop/template/source/theme/templates/site.template.haml
gumdrop-0.2.8 lib/gumdrop/template/source/theme/templates/site.template.haml
gumdrop-0.2.7 lib/gumdrop/template/source/theme/templates/site.template.haml
gumdrop-0.2.4 lib/gumdrop/template/source/theme/templates/site.template.haml
gumdrop-0.2.4 examples/simple/source/theme/templates/site.template.haml
gumdrop-0.2.3 lib/gumdrop/template/source/theme/templates/site.template.haml
gumdrop-0.2.2 lib/gumdrop/template/source/theme/templates/site.template.haml