coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
562 stars 82 forks source link

ALL-MONTHS: Don't assume that content has a date #122

Closed PuercoPop closed 8 years ago

PuercoPop commented 8 years ago

This is one way to fix #121

Ferada commented 8 years ago

Would probably need to filter the NILs?

PuercoPop commented 8 years ago

Right I forgot that

PuercoPop commented 8 years ago

@If we did the filter for NILs we would be be traversing twice the list, so I went with loop instead