diff --git a/doc/examples/blog/discussion.mdwn b/doc/examples/blog/discussion.mdwn index 25a832053..a1d4d1c9d 100644 --- a/doc/examples/blog/discussion.mdwn +++ b/doc/examples/blog/discussion.mdwn @@ -2,7 +2,7 @@ I have an inline to create a blog on the front page of my site. I don't want any visitors to see that form nor attempt to click "Edit" on it. I tried setting postform="no" but I did not notice any change. -Any suggestions on how I can have a private webpage that offers the blog post form ("Add a new post titled:") and also turn off that form from my front page but still keep the blog articles displayed from the front page. +Any suggestions on how I can have a private webpage that offers the blog post form ("Add a new post titled:") and also turn off that form from my front page but still keep the blog articles displayed from the front page? I looked at the "inline" docs but may have overlooked this.