summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/inline.mdwn5
-rw-r--r--doc/todo/Option_to_disable_date_footer_for_inlines.mdwn2
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]]