# HG changeset patch # User Steve Losh # Date 1261612573 18000 # Node ID 62daa229e3e8aae0e701b2e28f942cca2a37062a # Parent ae05dad4acfbef68c6edb8f62c25fb063ed8c956 Add snippet support. diff -r ae05dad4acfb -r 62daa229e3e8 content/blog/2008/02/microsoft-entourage-applescript-frustration.html --- a/content/blog/2008/02/microsoft-entourage-applescript-frustration.html Wed Dec 23 18:39:34 2009 -0500 +++ b/content/blog/2008/02/microsoft-entourage-applescript-frustration.html Wed Dec 23 18:56:13 2009 -0500 @@ -2,10 +2,10 @@ {% hyde title: "Entourage + Applescript = Frustration" + snip: "This is ridiculous." created: 2008-02-21 15:25:45 %} - {% block article %} I've been working on a project lately to automate the setup of some rules and diff -r ae05dad4acfb -r 62daa229e3e8 layout/skeleton/_innerlisting.html --- a/layout/skeleton/_innerlisting.html Wed Dec 23 18:39:34 2009 -0500 +++ b/layout/skeleton/_innerlisting.html Wed Dec 23 18:56:13 2009 -0500 @@ -12,6 +12,7 @@ {{ list_page.title|default_if_none:default_title }} {%endwith%} + {{ list_page.snip }} {%endif%} {% endifnotequal %} diff -r ae05dad4acfb -r 62daa229e3e8 layout/skeleton/_listing.html --- a/layout/skeleton/_listing.html Wed Dec 23 18:39:34 2009 -0500 +++ b/layout/skeleton/_listing.html Wed Dec 23 18:56:13 2009 -0500 @@ -3,7 +3,7 @@ {% block content %}
    - {% for node in page.node.walk %} + {% for node in page.node.walk reversed %} {% include "skeleton/_innerlisting.html" %} {% endfor %}
diff -r ae05dad4acfb -r 62daa229e3e8 media/css/base.css --- a/media/css/base.css Wed Dec 23 18:39:34 2009 -0500 +++ b/media/css/base.css Wed Dec 23 18:56:13 2009 -0500 @@ -31,7 +31,7 @@ #header h1 { letter-spacing: -3px; - font-size: 5em; + font-size: 3.5em; margin-bottom: 0.2em; font-weight: normal; font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;