Merge pull request #400 from kynsi/patch-1

fixed typo
This commit is contained in:
Iacopo Spalletti 2017-12-31 11:44:03 +01:00 committed by GitHub
commit 4c68ada924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Attaching blog to the home page
If you want to attach the blog to the home page you have to adapt settings a bit otherwise the If you want to attach the blog to the home page you have to adapt settings a bit otherwise the
"Just slug" permalink will swallow any CMS page you create. "Just slug" permalink will swallow any CMS page you create.
To avoit this add the following settings to you project:: To avoid this add the following settings to you project::
BLOG_AVAILABLE_PERMALINK_STYLES = ( BLOG_AVAILABLE_PERMALINK_STYLES = (
('full_date', _('Full date')), ('full_date', _('Full date')),