Django

Code

Changeset 8454

Show
Ignore:
Timestamp:
08/20/08 17:30:43 (3 months ago)
Author:
jacob
Message:

[djangoproject.com] syntax highlighting is cool.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/djangodocs/templates/docs/doc.html

    r8452 r8454  
    22 
    33{% block title %}{{ doc.title }} | Django Documentation{% endblock %} 
     4 
     5{% block extrahead %} 
     6  {{ block.super }} 
     7  <link rel="stylesheet" href="http://media.djangoproject.com/css/pygments.css" type="text/css" /> 
     8{% endblock %} 
    49 
    510{% block billboard %}<h2><a href="{{ home }}">Django documentation</a></h2>{% endblock %}