<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>images/meta_mephisto_badge.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,2 @@
 .DS_Store
-stylesheets/ken.css
+stylesheets/my.css</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
   &lt;meta name=&quot;generator&quot; content=&quot;Mephisto&quot; /&gt;
   {{ 'meta_pagestructure' | stylesheet }}
   {{ 'meta_pagestyles' | stylesheet }}
-  {{ 'ken' | stylesheet }}
+  {{ 'my' | stylesheet }}
   &lt;link class=&quot;metawdth&quot; id=&quot;metawdth_liquid&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;/stylesheets/metawdth_liquid.css&quot; /&gt;
   &lt;link class=&quot;metawdth&quot; id=&quot;metawdth_fixed&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;/stylesheets/metawdth_fixed.css&quot; /&gt;
   &lt;link class=&quot;metafnt&quot; id=&quot;metafnt_normal&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;/stylesheets/metafnt_normal.css&quot; /&gt;
@@ -91,6 +91,7 @@
   &lt;div id=&quot;navigation-top&quot;&gt;
     {% if site.page_sections %}
     &lt;ul id=&quot;primary&quot;&gt;
+      &lt;li&gt;{{ site.home_section | link_to_section }}&lt;/li&gt;
       {% for page in site.page_sections %}&lt;li&gt;{{ page | link_to_section }}&lt;/li&gt;{% endfor %}
     &lt;/ul&gt;
     {% endif %}
@@ -119,7 +120,11 @@
       &lt;div id=&quot;contentarea-right2&quot;&gt;
         &lt;h2&gt;Categories&lt;/h2&gt;
         &lt;ul&gt;
-          {% for category in site.blog_sections %}&lt;li&gt;{{ category | link_to_section  }}&lt;/li&gt;{% endfor %}
+          {% for category in site.blog_sections %}
+            {% if category.name != 'Home' %}
+            &lt;li&gt;{{ category | link_to_section  }}&lt;/li&gt;
+            {% endif %}
+          {% endfor %}
         &lt;/ul&gt;
         &lt;!-- &lt;div class=&quot;iecenter noa&quot; style=&quot;text-align:center;&quot;&gt;
           &lt;a href=&quot;http://alumni.pragmaticstudio.com/users/128&quot; rel=&quot;external&quot;&gt;&lt;img src=&quot;/files/alumni_stamp.png&quot; alt=&quot;The Pragmatic Studio Alumni Member&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
@@ -158,7 +163,8 @@
   &lt;/div&gt;
   &lt;div class=&quot;br&quot;&gt;&lt;br /&gt;&lt;/div&gt;
   &lt;div class='footer-message'&gt;
-    {{ site.title }} is proudly using the &lt;a href=&quot;http://www.metaskills.net/&quot;&gt;Meta theme&lt;/a&gt; originally designed by &lt;a href=&quot;http://www.metaskills.net/colophon/&quot;&gt;Ken Collins&lt;/a&gt;. Powered by &lt;a href=&quot;http://mephistoblog.com/&quot;&gt;Mephisto&lt;/a&gt;
+    {{ site.title }} is proudly using the &lt;a href=&quot;http://www.metaskills.net/&quot;&gt;Meta Theme&lt;/a&gt; designed by &lt;a href=&quot;http://www.metaskills.net/colophon/&quot;&gt;Ken Collins&lt;/a&gt;.&lt;br /&gt;
+    &lt;div style=&quot;padding-top:4px;&quot;&gt;&lt;a href=&quot;http://mephistoblog.com/&quot; title=&quot;This site powered by Mephisto&quot;&gt;&lt;img src=&quot;/images/meta_mephisto_badge.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 </diff>
      <filename>layouts/layout.liquid</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f7abdf3de46dcc5c7c445025d1795595a807e9c</id>
    </parent>
  </parents>
  <author>
    <name>Ken Collins</name>
    <email>ken@metaskills.net</email>
  </author>
  <url>http://github.com/metaskills/metatheme/commit/95a9efa7f24916d17f0596ca702e11fa191378ad</url>
  <id>95a9efa7f24916d17f0596ca702e11fa191378ad</id>
  <committed-date>2008-03-18T12:08:10-07:00</committed-date>
  <authored-date>2008-03-18T12:08:10-07:00</authored-date>
  <message>Changing ken.css to my.css. Also added mephisto logo at bottom.</message>
  <tree>0b83a522ba20d43e2c187998902a3fc8cbbf0002</tree>
  <committer>
    <name>Ken Collins</name>
    <email>ken@metaskills.net</email>
  </committer>
</commit>
