]> 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 dc2ad63380d11d279f9a04737166b674f1984421..88965a20690ea2a74c009e9c5f016ac2e69a81f2 100644 (file)
@@ -7,9 +7,10 @@ layout: default
     <ul>
       {% for post in site.posts %}
       <li>
     <ul>
       {% for post in site.posts %}
       <li>
-       <span>{{ post.date | date: "%B %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>
   </div>
       </li>
       {% endfor %}
     </ul>
   </div>
-</div>
\ No newline at end of file
+</div>