diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-03 01:52:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-03 01:52:44 +0000 |
commit | 9ed162018a11df517b5d27ae5c2200afcc0c9be9 (patch) | |
tree | 40aeed8bc34d196fc7ce7326e5e458c6a0619ec0 /doc/todo | |
parent | 7562417578960895d63709bc584a10bdd4345138 (diff) |
web commit by JoshTriplett: Reopen for addition of a titleonly template; add a sample titleonly.tmpl.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Option_to_disable_date_footer_for_inlines.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
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 7d3438b2e..2fdef96d8 100644 --- a/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn +++ b/doc/todo/Option_to_disable_date_footer_for_inlines.mdwn @@ -16,4 +16,14 @@ instance. --[[JoshTriplett]] >> but I haven't got around to that yet. --[[tuomov]] Customised templates can now be specified with the `templates` parameter, -so [[todo/done]] --[[Joey]] +so done --[[Joey]] + +> That definitely solves this problem in general; thanks! +> +> For this specific case, I'd still like to see a `titleonly.tmpl` template +> included by default. How about this simple template, based on +> archivepage.tmpl? +> +> <p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p> +> +> --[[JoshTriplett]] |