Sha256: b59f31f1fe4e47fe1b7ce161754556cf6d0c325c4dab5d4e9e141fd8fc7b189b

Contents?: true

Size: 692 Bytes

Versions: 17

Compression:

Stored size: 692 Bytes

Contents

!!!
%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 Hyde

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
proton-0.3.2 data/new_site/_layouts/default.haml
proton-0.3.0.rc1 data/new_site/_layouts/default.haml
hydeweb-0.2.3 data/new_site/_layouts/default.haml
hydeweb-0.2.2 data/new_site/_layouts/default.haml
hydeweb-0.1.14 data/new_site/_layouts/default.haml
hydeweb-0.1.13 data/new_site/_layouts/default.haml
hydeweb-0.1.12 data/new_site/_layouts/default.haml
hydeweb-0.1.11 data/new_site/_layouts/default.haml
hydeweb-0.1.10 data/new_site/_layouts/default.haml
hydeweb-0.1.9 data/new_site/_layouts/default.haml
hydeweb-0.1.8 data/new_site/_layouts/default.haml
hydeweb-0.1.7 data/new_site/_layouts/default.haml
hydeweb-0.1.6 data/new_site/_layouts/default.haml
hydeweb-0.1.5 data/new_site/_layouts/default.haml
hydeweb-0.1.4 data/new_site/_layouts/default.haml
hydeweb-0.1.3 data/new_site/_layouts/default.haml
hydeweb-0.1.2 data/new_site/_layouts/default.haml