<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,11 +13,24 @@ layout: default
 
 		&lt;div class=&quot;published_at&quot;&gt;Published on {{page.date | date: '%B %d, %Y'}}&lt;/div&gt;
 
-		&lt;a href=&quot;{{ page.url | strip_html_suffix }}#disqus_thread&quot;&gt;View Comments&lt;/a
+		&lt;a href=&quot;{{ page.url | strip_html_suffix }}#disqus_thread&quot;&gt;View Comments&lt;/a&gt;
+	&lt;/div&gt;
+
 	&lt;div class=&quot;content&quot;&gt;
 		{{ content }}
 	&lt;/div&gt;
 
+	{% comment %}
+	&lt;h2&gt;Related posts&lt;/h2&gt;
+	&lt;div&gt;
+		&lt;ul&gt;
+		{% for post in site.related_posts %}
+			&lt;li&gt;&lt;a href=&quot;{{ post.url | strip_html_suffix }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
+		{% endfor %}
+		&lt;/ul&gt;
+	&lt;/div&gt;
+	{% endcomment %}
+
 	&lt;div id='disqus_thread'&gt;&lt;/div&gt;
 	&lt;script src='http://disqus.com/forums/technicalpickles/embed.js' type='text/javascript'&gt;&lt;/script&gt;
 	&lt;noscript&gt;</diff>
      <filename>_layouts/post.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
 ---
 layout: default
-title: Home
+title: home
 ---
 {% assign first_post = site.posts.first %}
 &lt;h1&gt;Latest post&lt;/h1&gt;
 &lt;div class=&quot;post&quot;&gt;
-	&lt;h2&gt;&lt;a href=&quot;{{ first_post.url | strip_html_suffix }}&quot;&gt;Latest post: {{ first_post.title}}&lt;/a&gt;&lt;/h2&gt;
+	&lt;h2&gt;&lt;a href=&quot;{{ first_post.url | strip_html_suffix }}&quot;&gt;{{ first_post.title}}&lt;/a&gt;&lt;/h2&gt;
 	&lt;div class=&quot;content&quot;&gt;
 		{{ first_post.content }}
 	&lt;/div&gt;</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Portfolio
+title: portfolio
 ---
 
 &lt;p&gt;</diff>
      <filename>portfolio.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ---
 layout: default
-title: All posts
+title: all posts
 ---
 &lt;h1&gt;All posts&lt;/h1&gt;
 </diff>
      <filename>posts.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3aacb60e83dadb4651198b11b6f103ba7351ccf1</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/technicalpickles.github.com/commit/44f8b1118710fce100b3d1c82d9a6f87bb58e92d</url>
  <id>44f8b1118710fce100b3d1c82d9a6f87bb58e92d</id>
  <committed-date>2009-02-26T21:43:30-08:00</committed-date>
  <authored-date>2009-02-26T21:43:30-08:00</authored-date>
  <message>Tweaked titles. Added related posts, but realized basic classification sucks, and lsi doesn't seem to work.</message>
  <tree>37deef43f1890fd65d61c82c5164715e7b60257c</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
