templates/projects/base.html @ 532be74eed8f
A few changes in the CSS styles for the site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 16 Jan 2009 00:37:54 -0500 |
parents |
5d5a567385bb |
children |
24ce70aa9934 |
{% extends "base.html" %}
{% block title %}Projects{% endblock %}
{% block style %}
<link rel="stylesheet" href="/site-media/style/projects.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/code.css"
type="text/css"/>
{% endblock %}
{% block header %}/ projects{% endblock %}