Sha256: 8ead3dd2351467d4cb7fa88093c637bfcfc5b1edecf5e20fe2a631d2d7894d4f

Contents?: true

Size: 677 Bytes

Versions: 2

Compression:

Stored size: 677 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
      #footer
        %p
          Copyright © 2003–2009 Josh Dady.
          %a{ :href => '/terms.html' } Some rights reserved.

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
zzot-semi-static-0.0.2 test/source/layouts/default.haml
zzot-zzot-semi-static-0.0.1 test/source/layouts/default.haml