Skip to content

Commit fb54be9

Browse files
authored
Update index.rst
1 parent c75e93e commit fb54be9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Turbo/doc/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ will be.
10491049
Meta Tags
10501050
~~~~~~~~~
10511051

1052-
turbo_exempts_page_from_cache()
1052+
turbo_exempts_page_from_cache
10531053
...............................
10541054

10551055
.. code-block:: twig
@@ -1058,7 +1058,7 @@ turbo_exempts_page_from_cache()
10581058
10591059
Generates a <meta> tag to disable caching of a page.
10601060

1061-
turbo_exempts_page_from_preview()
1061+
turbo_exempts_page_from_preview
10621062
.................................
10631063

10641064
.. code-block:: twig
@@ -1067,7 +1067,7 @@ turbo_exempts_page_from_preview()
10671067
10681068
Generates a <meta> tag to specify cached version of the page should not be shown as a preview on regular navigation visits.
10691069

1070-
turbo_page_requires_reload()
1070+
turbo_page_requires_reload
10711071
............................
10721072

10731073
.. code-block:: twig
@@ -1076,7 +1076,7 @@ turbo_page_requires_reload()
10761076
10771077
Generates a <meta> tag to force a full page reload.
10781078

1079-
turbo_refreshes_with()
1079+
turbo_refreshes_with
10801080
............................
10811081

10821082
.. code-block:: twig
@@ -1090,7 +1090,7 @@ turbo_refreshes_with()
10901090

10911091
Generates <meta> tags to configure both the refresh method and scroll behavior for page refreshes.
10921092

1093-
turbo_refresh_method()
1093+
turbo_refresh_method
10941094
......................
10951095

10961096
.. code-block:: twig
@@ -1102,7 +1102,7 @@ turbo_refresh_method()
11021102

11031103
Generates a <meta> tag to configure the refresh method for page refreshes.
11041104

1105-
turbo_refresh_scroll()
1105+
turbo_refresh_scroll
11061106
......................
11071107

11081108
.. code-block:: twig

0 commit comments

Comments
 (0)