templates/projects/base.html @ a8bf2eea85f7
Fixed the plural for blog entries too.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 14 Feb 2009 11:46:36 -0500 |
parents |
24ce70aa9934 |
children |
(none) |
{% 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/gallery.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/code.css"
type="text/css"/>
{% endblock %}
{% block header %}/ projects{% endblock %}