diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-06 19:16:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-06 19:16:46 +0000 |
commit | b9f7a57f94b006f51253467f5c473700619c0fd5 (patch) | |
tree | ebe4339bc031769dc50745fb49a1ab1a12ecf95b /doc | |
parent | 0bb58852f0557b1075042cf25ec8a5a55cdd822b (diff) | |
download | ikiwiki-b9f7a57f94b006f51253467f5c473700619c0fd5.tar ikiwiki-b9f7a57f94b006f51253467f5c473700619c0fd5.tar.gz |
* Add titlepage template for inline plugin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/inline.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/Option_to_disable_date_footer_for_inlines.mdwn | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index 5cb8383c1..b7cf629da 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -37,8 +37,9 @@ directive: * `template` - Specifies the template to fill out to display each inlined page. By default the `inlinepage` [[template|templates]] is used, while the `archivepage` template is used for archives. Set this parameter to - use some other, custom template. Note that you should still set - `archive=yes` if your custom template does not include the page content. + use some other, custom template, such as the `titlepage` template that + only shows post titles. Note that you should still set `archive=yes` if + your custom template does not include the page content. * `raw` - Rather than the default behavior of creating a [[blog]], if raw is set to "yes", the page will be included raw, without additional markup around it, as if it were a literal part of the source of the diff --git a/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn b/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn index 2fdef96d8..807f4a84c 100644 --- a/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn +++ b/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn @@ -27,3 +27,5 @@ so done --[[Joey]] > <p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p> > > --[[JoshTriplett]] + +[[todo/done]] |