Skip to content

Instantly share code, notes, and snippets.

@pstengel
Created March 28, 2011 22:01
Show Gist options
  • Save pstengel/891381 to your computer and use it in GitHub Desktop.
Save pstengel/891381 to your computer and use it in GitHub Desktop.
layout for my site
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/text.css" type="text/css" />
<link rel="stylesheet" href="css/960.css" type="text/css" />
<link rel="stylesheet" href="css/site.css" type="text/css" />
</head>
<body>
<div class="container_12">
<div class="grid_12">
<h2 class="title">i am deputy</h2>
</div>
<div class="clear"></div>
<div class="grid_9 subtitle">Move along, nothing to see here...</div>
<div class="grid_1 nav">
<a href="/">HOME</a>
</div>
<div class="grid_1 nav">
<a href="/about.html">ABOUT</a>
</div>
<div class="grid_1 nav">
<a href="http://twitter.com/pstengel">TWITTER</a>
</div>
<div class="clear"></div>
<hr \>
<div id="content">
{{ content }}
</div>
<div class="clear"></div>
<hr class="footer_sep" \>
<div class="grid_12 powered">
Powered by: <a href="https://github.com/mojombo/jekyll">jekyll</a> | <a href="http://960.gs">960.gs</a> | <a href="http://aws.amazon.com/s3/">S3</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment