]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Fixes tags/categories and colorizes archive
authorBen Beltran <redacted>
Wed, 18 Feb 2015 04:35:18 +0000 (22:35 -0600)
committerBen Beltran <redacted>
Wed, 18 Feb 2015 04:35:18 +0000 (22:35 -0600)
jekyll/_plugins/category_generator.rb [moved from _plugins/category_generator.rb with 100% similarity]
jekyll/_plugins/generate_sitemap.rb [moved from _plugins/generate_sitemap.rb with 100% similarity]
jekyll/_plugins/tag_generator.rb [moved from _plugins/tag_generator.rb with 100% similarity]
jekyll/archive.html

index dd775181d36624a7bff9191ed0c0f692804698cf..88965a20690ea2a74c009e9c5f016ac2e69a81f2 100644 (file)
@@ -7,7 +7,8 @@ layout: default
     <ul>
       {% for post in site.posts %}
       <li>
-       <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
+      <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a
+        class="{{post.color}}" href="{{ post.url }}">{{ post.title }}</a>
       </li>
       {% endfor %}
     </ul>