Created
May 18, 2014 08:47
-
-
Save orweinberger/c6ab01e5d69101b9b5b8 to your computer and use it in GitHub Desktop.
layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
meta(charset="utf-8") | |
meta(name="viewport", content="width=device-width, initial-scale=1") | |
meta(name="description", content="") | |
meta(name="author", content="") | |
link(rel="shortcut icon", href="ico/favicon.ico") | |
title #{pageTitle} | |
link(href="css/bootstrap.min.css", rel="stylesheet") | |
link(href="css/style.css", rel="stylesheet") | |
link(href="fonts/font-awesome-4.0.3/css/font-awesome.min.css", rel="stylesheet") | |
link(href="css/animate.css", rel="stylesheet") | |
link(href="css/lightbox.css", rel="stylesheet") | |
link(href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700', rel='stylesheet', type='text/css') | |
link(href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700', rel='stylesheet', type='text/css') | |
link(href="http://fonts.googleapis.com/css?family=Patua+One", rel="stylesheet", type="text/css") | |
body | |
block content | |
include footer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment