]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/category_index.html
Quita el cerdo aleatorio
[rbdr/r.bdr.sh] / jekyll / _layouts / category_index.html
index eb0d2bb3f4178f83cec8308d26786a57706a0ff7..edbe6cafd36765a6e898bc9f80efaf1c273e87e9 100644 (file)
@@ -7,9 +7,9 @@ layout: default
     <ul>
       {% for post in site.categories[page.category] %}
       <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 href="{{ post.url }}">{{ post.title }}</a>
       </li>
       {% endfor %}
     </ul>
   </div>
-</div>
\ No newline at end of file
+</div>