Sha256: 5e0153d36d2f6daddc2c2afde6e0009cbb9d2899c8fc6a811a82574f7e26824b

Contents?: true

Size: 759 Bytes

Versions: 4

Compression:

Stored size: 759 Bytes

Contents

!!! Strict

%html{ html_attrs }
  %head
    %meta{ 'http-equiv' => 'Content-type', :content => 'text/html; charset=utf-8' }
    %title= page.title
    %meta{ :name => 'author', :content => 'Josh Dady' }
  
  %body
    #site
      #header
        %h1.title
          %a{ :href => '/' } Test Website
        %ul.nav
          %li.nav-home
            %a{ :href => '/' } Home
          %li.nav-about
            %a{ :href => '/about.html' } About
          %li.nav-colophon
            %a{ :href => '/colophon.html' } Colophon
      #body
        #content.column~ content
        #sidebar.column
          = snippet 'tags-widget'
      #footer
        %p
          Copyright © 2003–2009 Josh Dady.
          %a{ :href => '/terms.html' } Some rights reserved.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zzot-semi-static-0.0.3 test/source/layouts/default.haml
zzot-semi-static-0.0.4 test/source/layouts/default.haml
zzot-semi-static-0.0.5 test/source/layouts/default.haml
zzot-semi-static-0.0.6 test/source/layouts/default.haml