Sha256: 77af0340bd332849f5518f48e83493da7d4ab323ccfe48896fc5c4dc2256b4dd

Contents?: true

Size: 696 Bytes

Versions: 3

Compression:

Stored size: 696 Bytes

Contents

!!! 5
%html
  %head
    %title= page.title

    %meta(charset='UTF-8')
    -# Use the latest IE engine, or Chrome frame.
    %meta(http-equiv='X-UA-Compatible' content='IE=edge,chrome=1')

    -# Mobile viewport optimization. j.mp/bplateviewport
    %meta(name='viewport' content='width=device-width, initial-scale=1.0')

    -# Standard SEO meta
    - if page.meta.keywords
      %meta{:name => 'keywords', :content => page.meta.keywords}
    - if page.meta.description
      %meta{:name => 'description', :content => page.meta.description}

    %link{:rel => 'stylesheet', :href => '/css/style.css'}

  %body
    #content
      != yield

    %div#footer
      %hr
      %p Generated by Proton

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proton-0.3.6 data/new_site/_layouts/default.haml
proton-0.3.5 data/new_site/_layouts/default.haml
proton-0.3.4 data/new_site/_layouts/default.haml