Sha256: d0e8d559cb4e9258ab606246918a60a486a8e8b4114bc5acc2c10be29be29044

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

!!! 5
%html
  %head
    %meta{ :charset => 'utf-8' }/
    %title= page.full_title
    %link{ :rel => :stylesheet, :href => '/assets/basic/styles/all.css', :type => 'text/css' }/
    %script{ :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js' }
    %script{ :src => '/assets/basic/scripts/application.js' }
  %body
    %header
      %div.site-title= config.title
      %div.site-subtitle= config.subtitle
    %nav= root_menu
    %section= yield
    %section
    = partial :github

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticpress-0.7.1 lib/themes/basic/layouts/default.haml
staticpress-0.7.0 lib/themes/basic/layouts/default.haml