<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ module BlikiContent
     self.methods.sort.each do |m|
       content_plugins = self.send(m, content_plugins) if m =~ /^plugin_/
     end
-    RDiscount.new(content_plugins).to_html
+    RDiscount.new(content_plugins).to_html.chomp
   end
   def link
     &quot;/#{self.year}/#{self.month}/#{self.day}/#{self.nicetitle}/&quot;</diff>
      <filename>models/content.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,14 @@
-&lt;h2&gt;Everything tagged with &#8216;&lt;%= @tag %&gt;&#8217; on &lt;%= Sinatra.options.name %&gt;:&lt;/h2&gt;
-&lt;div class=&quot;group&quot;&gt;
-&lt;% @posts.each do |post| %&gt;
-  &lt;h2 class=&quot;title&quot;&gt;&lt;%= link_to post.title, post.link %&gt;&lt;/h2&gt;
-  &lt;small&gt;A &lt;%= post.class.to_s.downcase %&gt; published on &lt;%= post.date %&gt;, filed under &lt;%= tag_list post.tags %&gt;&lt;/small&gt;
-&lt;% end %&gt;
-&lt;/div&gt;
-
-&lt;% if !@archives.nil? %&gt;
-&lt;div class=&quot;group&quot;&gt;
-  &lt;h2&gt;More...&lt;/h2&gt;
-  &lt;% @archives.each do |post| %&gt;&lt;h3&gt;&lt;%= link_to post.title, post.link %&gt; (&lt;%= post.date %&gt;)&lt;/h3&gt;&lt;% end %&gt;
-&lt;/div&gt;
-&lt;% end %&gt;
-
-&lt;div class=&quot;admin&quot;&gt;&lt;a href=&quot;/new&quot; accesskey=&quot;n&quot;&gt;new&lt;/a&gt;&lt;/div&gt;
\ No newline at end of file
+      &lt;h2&gt;Everything tagged with &#8216;&lt;%= @tag %&gt;&#8217; on &lt;%= Sinatra.options.name %&gt;:&lt;/h2&gt;
+      &lt;div class=&quot;group&quot;&gt;
+      &lt;% @posts.each do |post| %&gt;
+        &lt;h2 class=&quot;title&quot;&gt;&lt;%= link_to post.title, post.link %&gt;&lt;/h2&gt;
+        &lt;small&gt;A &lt;%= post.class.to_s.downcase %&gt; published on &lt;%= post.date %&gt;, filed under &lt;%= tag_list post.tags %&gt;&lt;/small&gt;
+      &lt;% end %&gt;
+      &lt;/div&gt;
+      &lt;% if !@archives.nil? %&gt;
+      &lt;div class=&quot;group&quot;&gt;
+        &lt;h2&gt;More...&lt;/h2&gt;
+        &lt;% @archives.each do |post| %&gt;&lt;h3&gt;&lt;%= link_to post.title, post.link %&gt; (&lt;%= post.date %&gt;)&lt;/h3&gt;&lt;% end %&gt;
+      &lt;/div&gt;
+      &lt;% end %&gt;
+      &lt;div class=&quot;admin&quot;&gt;&lt;a href=&quot;/new&quot; accesskey=&quot;n&quot;&gt;new&lt;/a&gt;&lt;/div&gt;
\ No newline at end of file</diff>
      <filename>themes/default/archive.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,23 +1,24 @@
-&lt;div class=&quot;group&quot;&gt;
+      &lt;div class=&quot;group&quot;&gt;
 &lt;% @posts.each do |post| %&gt;
-  &lt;div class=&quot;&lt;%= post.class.to_s.downcase %&gt;&quot;&gt;
-    &lt;h2 class=&quot;title&quot;&gt;&lt;%= link_to post.title, post.link %&gt;&lt;/h2&gt;
-    &lt;small&gt;posted on &lt;%= post.date %&gt;, filed under &lt;%= tag_list post.tags %&gt;&lt;/small&gt;
-    &lt;div class=&quot;body&quot;&gt;
-    &lt;%= post.content %&gt;
-    &lt;/div&gt;
-    &lt;%= &quot;&lt;p&gt;&lt;a href='#{post.link}#disqus_thread'&gt;View Comments&lt;/a&gt;&lt;/p&gt;&quot; if Sinatra.options.use_comments %&gt;
-  &lt;/div&gt;
+        &lt;div class=&quot;&lt;%= post.class.to_s.downcase %&gt;&quot;&gt;
+          &lt;h2 class=&quot;title&quot;&gt;&lt;%= link_to post.title, post.link %&gt;&lt;/h2&gt;
+          &lt;small&gt;posted on &lt;%= post.date %&gt;, filed under &lt;%= tag_list post.tags %&gt;&lt;/small&gt;
+          &lt;div class=&quot;body&quot;&gt;
+          &lt;%= post.content %&gt;
+          &lt;/div&gt;
+          &lt;%= &quot;&lt;p&gt;&lt;a href='#{post.link}#disqus_thread'&gt;View Comments&lt;/a&gt;&lt;/p&gt;&quot; if Sinatra.options.use_comments %&gt;
+        &lt;/div&gt;
+        &lt;!-- .post --&gt;
 &lt;% end %&gt;
-&lt;/div&gt;
-
+      &lt;/div&gt;
+      &lt;!-- .group --&gt;
 &lt;% if !@archives.nil? %&gt;
-&lt;div class=&quot;group&quot;&gt;
-  &lt;h2&gt;archives...&lt;/h2&gt;
-  &lt;% @archives.each do |post| %&gt;
-  &lt;h3&gt;&lt;%= link_to post.title, post.link %&gt; (&lt;%= post.date %&gt;)&lt;/h3&gt;
-  &lt;% end %&gt;
-&lt;/div&gt;
+      &lt;div class=&quot;group&quot;&gt;
+        &lt;h2&gt;archives...&lt;/h2&gt;
+        &lt;% @archives.each do |post| %&gt;
+        &lt;h3&gt;&lt;%= link_to post.title, post.link %&gt; (&lt;%= post.date %&gt;)&lt;/h3&gt;
+        &lt;% end %&gt;
+      &lt;/div&gt;
+      &lt;!-- .group --&gt;
 &lt;% end %&gt;
-
-&lt;div class=&quot;admin&quot;&gt;&lt;a href=&quot;/new&quot; accesskey=&quot;n&quot;&gt;new&lt;/a&gt;&lt;/div&gt;
\ No newline at end of file
+      &lt;div class=&quot;admin&quot;&gt;&lt;a href=&quot;/new&quot; accesskey=&quot;n&quot;&gt;new&lt;/a&gt;&lt;/div&gt;
\ No newline at end of file</diff>
      <filename>themes/default/home.erb</filename>
    </modified>
    <modified>
      <diff>@@ -13,11 +13,13 @@
     &lt;div id=&quot;content&quot;&gt;
 &lt;%= yield %&gt;
     &lt;/div&gt;
+    &lt;!-- #content --&gt;
     &lt;div id=&quot;about&quot;&gt;
       &lt;h4&gt;about&lt;/h4&gt;
       &lt;p&gt;this is the home of &lt;%= Sinatra.options.author_name %&gt;.&lt;/p&gt;
       &lt;h4&gt;i talk about &lt;%= tag_list @tags %&gt;&lt;/h4&gt;
     &lt;/div&gt;
+    &lt;!-- #about --&gt;
     &lt;div id=&quot;footer&quot;&gt;powered by &lt;%= link_to &quot;bliki&quot;, &quot;http://github.com/bomberstudios/bliki&quot; %&gt;&lt;/div&gt;
     &lt;%= reinvigorate unless development? %&gt;
   &lt;/body&gt;</diff>
      <filename>themes/default/layout.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>80322603360df768d7472e2ecdd4da92909721c4</id>
    </parent>
  </parents>
  <author>
    <name>Ale Mun&#771;oz</name>
    <email>bomberstudios@gmail.com</email>
  </author>
  <url>http://github.com/bomberstudios/bliki/commit/1e1deb7693b10809296c2a3e00b55673470eeb82</url>
  <id>1e1deb7693b10809296c2a3e00b55673470eeb82</id>
  <committed-date>2008-12-28T23:40:08-08:00</committed-date>
  <authored-date>2008-12-28T23:40:08-08:00</authored-date>
  <message>Formatted templates so that the final HTML is properly indented (yes, I care about those things :)</message>
  <tree>03e7dda66c0658fc00f6866560b54882b263235e</tree>
  <committer>
    <name>Ale Mun&#771;oz</name>
    <email>bomberstudios@gmail.com</email>
  </committer>
</commit>
