templates/blog/base.html @ 20596cd84983

Changed the styling of h3's on the site.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Jan 2009 22:08:45 -0500
parents 5d5a567385bb
children 5dec1cfcdb6b
{% extends "base.html" %}

{% block title %}Blog{% endblock %}

{% block style %}
	<link rel="stylesheet" href="/site-media/style/blog.css" 
		  type="text/css"/>
{% endblock %}

{% block header %}/ blog{% endblock %}