Skip to content

Instantly share code, notes, and snippets.

@orweinberger
Created May 18, 2014 08:47
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 orweinberger/c6ab01e5d69101b9b5b8 to your computer and use it in GitHub Desktop.
Save orweinberger/c6ab01e5d69101b9b5b8 to your computer and use it in GitHub Desktop.
layout
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