Adjusted the blogs orphan value.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 12 Feb 2009 14:14:13 -0500 |
parents |
5d5a567385bb |
children |
677d5ff5c56e |
<!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" lang="en">
<head>
<title>Steve Losh / {% block title %}{% endblock %}</title>
<link rel="stylesheet" href="/site-media/style/blueprint/screen.css"
type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="/site-media/style/blueprint/print.css"
type="text/css" media="print"/>
<!--[if IE]>
<link rel="stylesheet" href="/site-media/style/blueprint/ie.css"
type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" href="/site-media/style/stevelosh.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/comments.css"
type="text/css"/>
{% block style %}{% endblock %}
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">
</script>
<script src="/mint/?js" type="text/javascript"></script>
{% block script %}{% endblock %}
</head>
<body class="stevelosh">
<div id="wrapper" class="container">
<div id="header" class="span-24">
<h1 id="site-logo"><a href="/">steve losh</a></h1>
<h1 id="site-heading">
{% block header %}{% endblock %}
</h1>
</div>
<div id="content" class="span-17 colborder">
{% block content %}{% endblock %}
</div>
<div id="sidebar" class="span-6 last">
<div class="sidebar-item">
<h2><a href="{% url blog-list-newest %}">
Blog
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="{% url project-list %}">
Projects
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="{% url thoughts-list-newest %}">
Thoughts
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="/about/">
About
</a></h2>
</div>
<div class="sidebar-item">
<h2><a href="/rss/">
RSS
</a></h2>
</div>
</div>
</div>
</body>
</html>