Sha256: 24ba18b15a2efd51868466dda36b672a3634cd1d3240310953babb5db3258f36

Contents?: true

Size: 763 Bytes

Versions: 11

Compression:

Stored size: 763 Bytes

Contents

!!! 5
%html.no-js.sticky
  %head
    %meta{ :charset => 'utf-8' }/
    %meta{ 'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1' }/

    = auto_display_meta_tags
    %meta{ :name => 'viewport', :content => 'width=device-width' }/
    = stylesheet_link_tag 'application', 'socicons', "animate"
    %link{ rel: "stylesheet", href: "//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/default.min.css" }
    = feed_tag :atom, "#{blog.options.prefix.to_s}/feed.xml", title: "Atom Feed"

  %body
    = partial "layouts/main_header"
    = partial "layouts/article_header"
      
    .content
      .row
        .article
          ~ yield

      = partial "layouts/article_footer"

    = partial "layouts/footer"
    = partial "layouts/javascripts"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.19 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.18 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.17 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.16 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.15 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.14 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.13 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.12 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.11 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml
happy_seed-0.0.10 lib/generators/happy_seed/static_blog/templates/source/layouts/article_layout.haml