templates/blog/base.html @ 3414a7b769ea

Added Mint tracking to the RSS feeds (part 1).
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Jan 2009 19:09:43 -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 %}