Sha256: 3c8ac93ef690616b583051aa48ae52192054b02343016279f742ec51c73e8d18

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

!!!
%html{lang: locale}
  %head
    %meta{charset: "UTF-8"}
    - if site.description != ""
      %meta{name: "description", content: site.description}
    - if site.author != ""
      %meta{name: "author", content: site.author}
    %title= (item.title ? "#{item.title} - " : "") + site.title
    
    %meta{name: "viewport", content: "width=device-width, initial-scale=1"}
    /[if lt IE 9]
      = javascript_link "html5shiv"
    = addons :head
    
  %body{class: [item.id, "lang-#{locale}"]}
    %div.wrapper
      %header
        .title= link_to site.title, site.url
        %p= site.tagline
        
        .below_fold
          .sidebar
            - item.sidebar.each do |item|
              %p= link_to item.title, url_for(item.url)
        
      %section
        = yield
      
      %footer
        %p
          Blog by
          = site.author
        %p
          %small
            = addons :footer
            Powered by #{link_to "Alula", "http://www.alula.in"} —
            Theme by #{link_to "orderedlist", "https://github.com/orderedlist/minimal"}
    = addons :body

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alula-themes-0.4.8 themes/minimal/layouts/default.html.haml
alula-themes-0.4.6 themes/minimal/layouts/default.html.haml
alula-themes-0.4.5 themes/minimal/layouts/default.html.haml
alula-themes-0.4.4 themes/minimal/layouts/default.html.haml
alula-themes-0.4.3 themes/minimal/layouts/default.html.haml