templates/blog/base.html @ 8bf8390a254a

Change the source link to point at the REAL BitBucket link.
author Steve Losh <steve@stevelosh.com>
date Thu, 01 Oct 2009 18:05:49 -0400
parents 5dec1cfcdb6b
children (none)
{% extends "base.html" %}

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

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

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