From b3d6822d1f7d31ec2bfd02148f51505bfc327616 Mon Sep 17 00:00:00 2001 From: Shrayas Date: Sat, 10 Jan 2015 13:52:22 +0530 Subject: [PATCH] Status of 404 page should be hidden --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.rst b/docs/tips.rst index 671fc794..33c86224 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -71,7 +71,7 @@ access nonexistent pages on your site. You can find more information about it The way to achieve this with Pelican would be to save a page as either ``404.md`` or ``404.html``. The latter can be done by setting the ``save_as`` metadata. In -addition you can set ``status`` to ``hidden`` as well. +addition you should set ``status`` to ``hidden`` as well. Extra Tips ----------