Skip to content

Commit 5c6d4b2

Browse files
committed
Fixed a minor RST syntax issue
1 parent 4d472c2 commit 5c6d4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/templating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ one called ``stylesheets`` inside the ``head`` tag and another called ``javascri
10591059
just above the closing ``body`` tag. These blocks will contain all of the
10601060
stylesheets and JavaScripts that you'll need throughout your site:
10611061

1062-
.. code-configuration::
1062+
.. configuration-block::
10631063

10641064
.. code-block:: html+jinja
10651065

@@ -1106,7 +1106,7 @@ JavaScript from a child template? For example, suppose you have a contact
11061106
page and you need to include a ``contact.css`` stylesheet *just* on that
11071107
page. From inside that contact page's template, do the following:
11081108

1109-
.. code-configuration::
1109+
.. configuration-block::
11101110

11111111
.. code-block:: html+jinja
11121112

0 commit comments

Comments
 (0)