Created
May 6, 2012 12:56
-
-
Save hilukasz/2622214 to your computer and use it in GitHub Desktop.
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
!!! 5 | |
html | |
head | |
title= title | |
- each tag in meta | |
meta(name= tag.name, content= tag.content, charset= tag.charset) | |
link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Muli' ) | |
link(rel='stylesheet', href='/css/styles.css' ) | |
body(class=pageClass) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment