From cc70aa809252899dfd062feb241aaecede66bd02 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 24 Jun 2014 12:05:46 -0400 Subject: Rewrote all sass and reconfigured HTML to use more microformats and clearer class names --- config/base_urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/base_urls.py b/config/base_urls.py index dd3ca2e..dbf7727 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -48,7 +48,8 @@ urlpatterns += patterns('', (r'^writing/', include('blog.urls')), (r'^projects/', include('projects.urls')), #Entry detail i.e. /year/month/day/my-title/ - (r'(?P\d{4})/(?P[a-z]{3})/(?P\w{1,2})/(?P[-\w]+)/$', 'blog.views.entry_detail'), + #old: (r'(?P\d{4})/(?P[a-z]{3})/(?P\w{1,2})/(?P[-\w]+)/$', 'blog.views.entry_detail'), + (r'(?P\d{4})/(?P\d{2})/(?P[-\w]+)$', 'blog.views.entry_detail'), # locations (r'^locations/', include('locations.urls')), (r'^photos/', include('photos.urls')), -- cgit v1.2.3-70-g09d2