Fix settings table in docs

This commit is contained in:
Justin Mayer 2014-04-15 11:13:10 -04:00
commit dd70f1b24e

View file

@ -249,9 +249,9 @@ posts for the month at ``posts/2011/Aug/index.html``.
arrive at an appropriate archive of posts, without having to specify
a page name.
==================================================== =====================================================
====================================================== =====================================================
Setting name (default value) What does it do?
==================================================== =====================================================
====================================================== =====================================================
`ARTICLE_URL` (``'{slug}.html'``) The URL to refer to an article.
`ARTICLE_SAVE_AS` (``'{slug}.html'``) The place where we will save an article.
`ARTICLE_LANG_URL` (``'{slug}-{lang}.html'``) The URL to refer to an article which doesn't use the
@ -285,7 +285,7 @@ Setting name (default value) What does it do?
non-alphanumerics when generating slugs. Specified
as a list of 2-tuples of ``(from, to)`` which are
applied in order.
==================================================== =====================================================
====================================================== =====================================================
.. note::