# HG changeset patch # User Steve Losh # Date 1265170694 18000 # Node ID ea3459a752013cce6d1de9afe0ce221589773028 # Parent 0a98ff41d41eba3c7f66bedbc50b8739a6b7bfec Update the Hyde entry with recent changes. diff -r 0a98ff41d41e -r ea3459a75201 content/blog/2010/01/moving-from-django-to-hyde.html --- a/content/blog/2010/01/moving-from-django-to-hyde.html Tue Feb 02 23:10:03 2010 -0500 +++ b/content/blog/2010/01/moving-from-django-to-hyde.html Tue Feb 02 23:18:14 2010 -0500 @@ -395,6 +395,9 @@ ### "Ago" Dates +**UPDATE:** This is done. I've started using [timeago.js][] to render the +"ago" dates. + If you look at the top of each blog entry and project there's a line beneath the title that looks something like: @@ -416,6 +419,8 @@ time when the page is loaded. This would make it *completely* accurate but wouldn't work if someone is browsing with JavaScript turned off. +[timeago.js]: http://timeago.yarp.com/ + ### Categories **UPDATE:** I've added categories. Check out [this changeset][categorycset] to see what I had to do. @@ -432,6 +437,8 @@ ### Use LessCSS +**UPDATE:** This is done. The main style file now uses LessCSS. + [LessCSS][] is a language that extends CSS with some useful features like variables, mixins, operations and nested rules. It can make the styles of a site much, much cleaner.