Sha256: fd7aa97486b61d11ce37db56499bb364de08d95990791fe27cd76cee28adf4de

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", 'xml:lang' => "en" }
  %head
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}
    %title StaticMatic
    = stylesheets
  %body
    #container
      #header
        .bycurve21= link(img("bycurve21.gif"), "http://www.curve21.com")
        .title StaticMatic

      #menu

        %ul
          %li= link "Home", "/"
          %li= link "Download", "/download.html"
          %li= link "How to use", "/how_to_use.html"
          %li= link "Development", "http://rubyforge.org/projects/staticmatic"
          %li= link "Community", "http://groups.google.co.uk/group/staticmatic"
          %li= link "FAQ", "/faq.html"

      #content_wrapper
        #side
          #news
            .heading News
            .title 0.8.4 Released!
            %p 
              You can now enjoy:
            %ul
              %li Multiple directories
              %li Partials
            = link "And More!", "/releases/0_8_4.html"
              

        #content
          = yield
      
      #footer
        %p 
          Made with StaticMatic, Hosted by 
          = link "RubyForge", "http://rubyforge.org"
      
      %script{:src => "http://www.google-analytics.com/urchin.js", :type => "text/javascript"}
        _hamlspace = "";
      %script{:type => "text/javascript"}
        _uacct = "UA-775359-8";
        urchinTracker();
      

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticmatic-0.8.5 website/src/layouts/application.haml
staticmatic-0.8.6 website/src/layouts/application.haml