diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-31 17:18:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-31 17:18:20 -0400 |
commit | 612505d76bb338b243b9cac1f8b1a4291dd7c3e1 (patch) | |
tree | 048bcc2f0a9aa82bf72d8ddaccbac20a35d26ca2 | |
parent | ba1c3553531893c107d09f4693cacdc0cb29c88c (diff) | |
download | ikiwiki-612505d76bb338b243b9cac1f8b1a4291dd7c3e1.tar ikiwiki-612505d76bb338b243b9cac1f8b1a4291dd7c3e1.tar.gz |
Self-review...
-rw-r--r-- | doc/plugins/contrib/album.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/contrib/album.mdwn b/doc/plugins/contrib/album.mdwn index f550ca64c..395c99bce 100644 --- a/doc/plugins/contrib/album.mdwn +++ b/doc/plugins/contrib/album.mdwn @@ -65,6 +65,13 @@ The next/previous links are themselves implemented by photo, using a special template (by default `albumnext.tmpl` or `albumprev.tmpl`), in `archive`/`quick` mode. +> With hindsight, using an inline here is wrong - I should just +> run hooks and fill in the template within the album plugin. +> inline has some specialized functionality that's overkill +> here, and its delayed HTML substitution breaks the ability +> to have previous/up/next links both above and below the +> photo, for instance. --[[smcv]] + ## Writing the album The album contains one `\[[!album]]` directive. It may also |