Skip to content

Instantly share code, notes, and snippets.

@evanscottgray
Created August 21, 2014 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanscottgray/237069c1495e1f9d52d1 to your computer and use it in GitHub Desktop.
Save evanscottgray/237069c1495e1f9d52d1 to your computer and use it in GitHub Desktop.
App layout that uses stickyfooter
!!!
%html{:lang => "en"}
%head
%title
= @title if defined?(@title)
%link{:href => "/css/bootstrap.css", :rel => "stylesheet"}/
%link{:href => "/css/stickyfooter.css", :rel => "stylesheet"}/
%link{href: "/images/favicon.ico", rel: "icon"}/
%body
#wrap
.navbar.navbar-default.navbar-static-top
.navbar-inner
.navbar-brand{:href => "/"}
%img{src: "/images/elevatelogo.png", class: "", style: "max-width: 15%;"}
=yield
#footer
.container
%p.text-muted.credit
, lovingly crafted by
%a{:href => "mailto:"} evan.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment