ea3459a75201

Update the Hyde entry with recent changes.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Feb 2010 23:18:14 -0500
parents 0a98ff41d41e
children ddcf364d3ffb
branches/tags (none)
files content/blog/2010/01/moving-from-django-to-hyde.html

Changes

--- 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.