ramnathv / poirot

Reproducible Blogging with R Markdown
http://ramnathv.github.com/poirotBlog
32 stars 19 forks source link

Tags #10

Closed ramnathv closed 11 years ago

ramnathv commented 11 years ago

Due to a limitation in mustache, having named elements in site.tags would not allow me to loop through them. A nice way to handle this is to define site.tags.all, which would be site.tags without the names. It should be fairly easy to update the codebase to reflect this.

ramnathv commented 11 years ago

Done!