]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/archive.html
Fixes tags/categories and colorizes archive
[rbdr/r.bdr.sh] / 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>