From: Plareplane Date: Wed, 1 Oct 2008 21:01:58 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 2.66~30^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e77b66aaee796a05109e78c67f647b924e17363;p=ikiwiki.git --- diff --git a/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn b/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn new file mode 100644 index 000000000..995f0836f --- /dev/null +++ b/doc/bugs/inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn @@ -0,0 +1,17 @@ +If I put something like the below in my index.mdwn + + <> + +But posts doesn't exist, I get the following in index.html + + + + + +When I create posts (touch posts.mdwn), I get the following in index.html + + + + + +Bug?