<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ title: Article Archives
   &lt;h1&gt;Article Archive&lt;/h1&gt;
   &lt;ul class=&quot;posts&quot;&gt;
     {% for post in site.posts %}
-    &lt;li&gt;&lt;span&gt;{{ post.date | date(post.date, &quot;%Y %B %d&quot;) }}&lt;/span&gt; =&gt; &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;div class=&quot;date&quot;&gt;{{ post.date | date(post.date, &quot;%Y %B %d&quot;) }}&lt;/div&gt;&lt;span class=&quot;spacer&quot;&gt;=&gt;&lt;/span&gt;&lt;div class=&quot;title&quot;&gt;&lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
     {% endfor %}
   &lt;/ul&gt;
 &lt;/div&gt;</diff>
      <filename>archives.html</filename>
    </modified>
    <modified>
      <diff>@@ -104,4 +104,8 @@ code.shell { font-family: &quot;DejaVu Sans Mono&quot;, Monaco, &quot;Bitstream Vera Sans Mono&quot;
 
 p { margin-bottom: 1em; font-size: 14px; line-height: 1.25em; }
 
-p.meta { font-size: 16px; font-weight: bold; margin-bottom: auto; }
\ No newline at end of file
+p.meta { font-size: 16px; font-weight: bold; margin-bottom: auto; }
+
+div.date { width:30%; float:left; }
+div.date, div.title { display:inline; }
+span.spacer { padding: 0 1em; }
\ No newline at end of file</diff>
      <filename>css/styles.css</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ title: GrokBlok - Stranger in a Strange Land
   &lt;ul class=&quot;posts&quot;&gt;
     {% for post in site.posts limit:5 %}
     &lt;li&gt;
-      &lt;span&gt;{{ post.date | date(post.date, &quot;%Y %B %d&quot;) }}&lt;/span&gt; * &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
+      &lt;div class=&quot;date&quot;&gt;{{ post.date | date(post.date, &quot;%Y %B %d&quot;) }}&lt;/div&gt;&lt;span class=&quot;spacer&quot;&gt;=&gt;&lt;/span&gt;&lt;div class=&quot;title&quot;&gt;&lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
     {% endfor %}
   &lt;/ul&gt;
   &lt;p&gt;See the &lt;a href=&quot;/archives.html&quot;&gt;Archives&lt;/a&gt;.&lt;/p&gt;</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb98d04092de2ab52e93c01c4899d0c76fc10cd8</id>
    </parent>
  </parents>
  <author>
    <name>Josh Schairbaum</name>
    <email>joshua.schairbaum@gmail.com</email>
  </author>
  <url>http://github.com/ch0wda/ch0wda.github.com/commit/4a1283cfa2cbf7d9dea4828a01efa5ed9e421555</url>
  <id>4a1283cfa2cbf7d9dea4828a01efa5ed9e421555</id>
  <committed-date>2009-09-28T09:53:09-07:00</committed-date>
  <authored-date>2009-09-28T09:53:09-07:00</authored-date>
  <message>changed some style</message>
  <tree>1c967a97ad927793fbc9ca70ba9ad7174b9b87a3</tree>
  <committer>
    <name>Josh Schairbaum</name>
    <email>joshua.schairbaum@gmail.com</email>
  </committer>
</commit>
