summaryrefslogtreecommitdiff
path: root/amber/layouts/home.html.haml
blob: 45178218afcbc7f2acb829e81aca745cc01fd32a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!!!
%html{:lang => @locals[:locale].to_s}
  %head
    %title
      = t(:site_title)
    %meta(name="viewport" content="width=device-width, initial-scale=1.0")
    %meta(charset="UTF-8")
    %link(rel="stylesheet" href="/assets/bootstrap.min.css")
    %link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")
    %link(rel="stylesheet" href="/assets/style.css")
    %link(rel="icon" href="/favicon.ico" type="image/x-icon")
    = html_head_base
  %body.home
    #wrap
      #masthead
        = render 'layouts/masthead'
      #main
        = yield :content
    #footer
      = render 'layouts/footer'