Created
December 7, 2012 02:46
-
-
Save pizn/4230323 to your computer and use it in GitHub Desktop.
default.html
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 lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>{% if page.title %}{{ page.title }}</title> | |
<link rel="stylesheet" href="/css/custom.css" type="text/css" /> | |
</head> | |
<body> | |
{{ content }} | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment