]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/Option_to_disable_date_footer_for_inlines.mdwn
web commit by hb: more rationale on this
[ikiwiki.git] / doc / todo / Option_to_disable_date_footer_for_inlines.mdwn
1 [[/plugins/inline]], with the `archive` option, shows only page titles and
2 post dates.  I'd like an option to omit the post dates as well, leaving only
3 the page titles.  Such an option would streamline the [[/users]] page, for
4 instance. --[[JoshTriplett]]
5 > Yes, indeed, something like "compact" mode would be useful.
6 > In fact, this would be better handled with a replacement of the "archive" on/off API with something like
7 > mode = normal|archive|compact|.... defaulting to normal
8 > --hb