Also, I think there should be an is_post() method or something so you can have common templates ignore aux stuff (this came up because some aux files have next and prev pointers, which is strange but it because the aux linked list is just like the post linked list and the master template can't distinguish the aux objects from the post objects)
should there be an
aux.html
template?Also, I think there should be an
is_post()
method or something so you can have common templates ignore aux stuff (this came up because some aux files have next and prev pointers, which is strange but it because the aux linked list is just like the post linked list and the master template can't distinguish the aux objects from the post objects)