Sha256: cc0ed499eac3d014767d847dc275e422cca6b545cd60d137f9188531709f414a

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

!!! 5
%html{lang:'en'}
  %head
    %title= content_for(:title).nil? ? I18n.t('pugin.layouts.pugin.website_brand') : content_for(:title) + ' - ' + I18n.t('pugin.layouts.pugin.website_brand')
    %link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/main.css" }
    %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
    %meta{'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
    =# favicon_link_tag 'pugin/favicon.ico'
    - if ENV['GTM_KEY']
      = render partial: 'pugin/javascript/google_tag_manager'
  %body.no-js
    - if ENV['GTM_KEY']
      = render partial: 'pugin/javascript/google_tag_manager_noscript'
    = render partial: 'pugin/elements/skip-content'
    = render 'pugin/components/header'
    = render partial: 'pugin/components/status', locals: { status: nil }
    = render partial: 'pugin/components/navigation-main' if @enable_navigation_main
    %main
      = yield
    = render 'pugin/components/footer'
    %script{src: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/javascripts/main.js"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pugin-0.6.4 app/views/pugin/layouts/pugin.haml
pugin-0.6.3 app/views/pugin/layouts/pugin.haml
pugin-0.6.2 app/views/pugin/layouts/pugin.haml