Sha256: ffef40ef3c8f86e3102d04ba5a17bd4349b84adcae0a0d9f24b3a94b09c45831

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

%html
  %head
    %title
      = page_title(current_page)
    %link{ rel: 'stylesheet', href: '/assets/css/style.css'}
    %link{ rel: 'stylesheet', href: '/assets/css/code.css'}

  %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/webpack/views/layouts/main.haml
frontman-ssg-0.1.0 project-templates/webpack/views/layouts/main.haml
frontman-ssg-0.0.4 project-templates/webpack/views/layouts/main.haml
frontman-ssg-0.0.3 project-templates/webpack/views/layouts/main.haml
frontman-ssg-0.0.2 project-templates/webpack/views/layouts/main.haml