3e6549916647
Link the article titles.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 25 Dec 2009 18:54:13 -0500 |
parents | 3c85041c61c2 |
children | 579922aaffb5 |
branches/tags | (none) |
files | layout/_post.html |
Changes
--- a/layout/_post.html Fri Dec 25 18:47:56 2009 -0500 +++ b/layout/_post.html Fri Dec 25 18:54:13 2009 -0500 @@ -1,7 +1,9 @@ {% extends "skeleton/_base.html" %} {% block content %} - <div id="leaf-title"><h1>{{ page.title|safe|typogrify }}</h1></div> + <div id="leaf-title"> + <h1><a href="{{ page.url }}">{{ page.title|safe|typogrify }}</a></h1> + </div> <div id="leaf-stats"><p>Posted on {{ page.created|date:"l, F j, Y" }} ({{ page.created|timesince }} ago).</p></div>