Sha256: 9d4aa57c6b345dda4018b4504ce40b297f46c3e4d5dd664365af26243d8dff10

Contents?: true

Size: 322 Bytes

Versions: 5

Compression:

Stored size: 322 Bytes

Contents

%html
  %head
    %title
      = page_title(current_page)
    %link{ rel: 'stylesheet', href: '/main.css'}
    %link{ rel: 'stylesheet', href: '/code.css'}
    %script{ src: '/main.js'}

  %body
    %header
      = partial('menu.erb')

    = yield
    %footer
      = "© Copyright #{Time.new.year} #{data.site.title}"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
frontman-ssg-0.1.1 project-templates/default/views/layouts/main.haml
frontman-ssg-0.1.0 project-templates/default/views/layouts/main.haml
frontman-ssg-0.0.4 project-templates/default/views/layouts/main.haml
frontman-ssg-0.0.3 project-templates/default/views/layouts/main.haml
frontman-ssg-0.0.2 project-templates/default/views/layouts/main.haml