diff options
author | http://lovesgoodfood.com/jason/ <Jason_Riedy@web> | 2011-03-07 02:31:33 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-07 02:31:33 +0000 |
commit | 0e7b18d909bb70b407c9da14140e69dd80116385 (patch) | |
tree | f6a25dddabade8df595d98ebaedced303f9419d9 /doc/ikiwiki | |
parent | cd92d1332e8c0cfec8db8c5d453e9487e9837bd2 (diff) |
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/inline/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline/discussion.mdwn b/doc/ikiwiki/directive/inline/discussion.mdwn index 8f74b100d..5489d5f16 100644 --- a/doc/ikiwiki/directive/inline/discussion.mdwn +++ b/doc/ikiwiki/directive/inline/discussion.mdwn @@ -138,6 +138,8 @@ The part that fetches the inlined content is quite compact. It's just the if ($n I'm about to try this for a CV/resume type of thing. I want only one element with a specific id out of the generated content (with a little post-processing). I don't need performance for my case. +Update: Pretty much works. I need a way to skip sources, but inline shrinks the list of all pages *before* trying to form them. Next little bit... + --[[JasonRiedy]] --- |