templates/blog/base.html @ a3380ed37242
Cleanup Tuesdays - Removed the photoblog, removed the silly ProjectPhoto thing too.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Mar 2009 17:57:23 -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 %}