]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/archive.html
Removes old unlimitedpizza js
[rbdr/r.bdr.sh] / jekyll / archive.html
index dc2ad63380d11d279f9a04737166b674f1984421..3a4f30ca71e71cbdffcfadd1fbf5c114a7d47c32 100644 (file)
@@ -4,12 +4,14 @@ layout: default
 
 <div class="content">
   <div class="related">
 
 <div class="content">
   <div class="related">
+    <h1>All</h1>
     <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>