Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added __odd__, __even__, __first__, __last__ and __counter__ to <mt:E…
…ntryCategories>. I verified that it works with the following template: <mt:Entries> <mt:EntryCategories> <mt:If name="__first__"> First! </mt:If> <mt:If name="__last__"> Last! </mt:If> <mt:If name="__odd__"> <$mt:var name="__counter__"$> is odd! </mt:If> <mt:If name="__even__"> <$mt:var name="__counter__"$> is even! </mt:If> <$mt:CategoryLabel$><br/> </mt:EntryCategories> </mt:Entries> </mt:Entries>
- Loading branch information