Sha256: 9110a00e576f219beb599f03481835ff14e79faa7b5dc3155d2db21a0d9cdd19

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

<!doctype html>
%html
  %head
    %title= content_for(:title) || t('title')
    %meta{"http-equiv" => "x-ua-compatible", content: "ie=edge"}
    %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0, maximum-scale=1.0"}
    %meta{charset: "utf-8"}
    %meta{name: "description", content: (content_for(:page_description) || t('page_description'))}
    %meta{name: "robots", content: "index,follow,noodp"}
    %meta{name: "generator", content: "Exposition"}
    %meta{name: "subject", content: t('site_subject')}
    %base{href: request.base_url}
    = stylesheet_link_tag "exposition/application"
    = csrf_meta_tags
  %body
    %header
      %nav
        %h1= link_to t('title'), '/'
        %ul.social
          %li= link_to(image_tag('exposition/twitter.svg', class: 'twitter'), '#')
        %ul.menu
          %li= link_to 'Static Page', '#'
    = yield

  %footer
    .info
      %p= "By #{t('owner')}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exposition-0.0.5.4.pre.alpha app/views/layouts/exposition/application.html.haml