Author: adrian
Date: 2006-08-07 23:56:39 -0500 (Mon, 07 Aug 2006)
New Revision: 3537
Modified:
djangoproject.com/django_website/templates/base_weblog.html
Log:
Added June, July and August to sidebar in djangoproject.com base_weblog.html
template
Modified: djangoproject.com/django_website/templates/base_weblog.html
===================================================================
--- djangoproject.com/django_website/templates/base_weblog.html 2006-08-08
04:54:08 UTC (rev 3536)
+++ djangoproject.com/django_website/templates/base_weblog.html 2006-08-08
04:56:39 UTC (rev 3537)
@@ -13,6 +13,9 @@
{% block content-related %}
<h2>Archives</h2>
<ul class="linklist">
+ <li><a href="/weblog/2006/aug/">August 2006</a></li>
+ <li><a href="/weblog/2006/jul/">July 2006</a></li>
+ <li><a href="/weblog/2006/jun/">June 2006</a></li>
<li><a href="/weblog/2006/may/">May 2006</a></li>
<li><a href="/weblog/2006/apr/">April 2006</a></li>
<li><a href="/weblog/2006/mar/">March 2006</a></li>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---