62daa229e3e8

Add snippet support.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Dec 2009 18:56:13 -0500
parents ae05dad4acfb
children 89007a40aea4
branches/tags (none)
files content/blog/2008/02/microsoft-entourage-applescript-frustration.html layout/skeleton/_innerlisting.html layout/skeleton/_listing.html media/css/base.css

Changes

--- 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
--- 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%}
                 </a>
+                <span class="excerpt">{{ list_page.snip }}</span>
             </li>
         {%endif%}
     {% endifnotequal %}
--- 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 %}
     <div id="section-listing">
         <ol>
-            {% for node in page.node.walk %}
+            {% for node in page.node.walk reversed %}
                 {% include "skeleton/_innerlisting.html" %}
             {% endfor %}
         </ol>
--- 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;