@@ -1049,7 +1049,7 @@ will be.
1049
1049
Meta Tags
1050
1050
~~~~~~~~~
1051
1051
1052
- turbo_exempts_page_from_cache()
1052
+ turbo_exempts_page_from_cache
1053
1053
...............................
1054
1054
1055
1055
.. code-block :: twig
@@ -1058,7 +1058,7 @@ turbo_exempts_page_from_cache()
1058
1058
1059
1059
Generates a <meta> tag to disable caching of a page.
1060
1060
1061
- turbo_exempts_page_from_preview()
1061
+ turbo_exempts_page_from_preview
1062
1062
.................................
1063
1063
1064
1064
.. code-block :: twig
@@ -1067,7 +1067,7 @@ turbo_exempts_page_from_preview()
1067
1067
1068
1068
Generates a <meta> tag to specify cached version of the page should not be shown as a preview on regular navigation visits.
1069
1069
1070
- turbo_page_requires_reload()
1070
+ turbo_page_requires_reload
1071
1071
............................
1072
1072
1073
1073
.. code-block :: twig
@@ -1076,7 +1076,7 @@ turbo_page_requires_reload()
1076
1076
1077
1077
Generates a <meta> tag to force a full page reload.
1078
1078
1079
- turbo_refreshes_with()
1079
+ turbo_refreshes_with
1080
1080
............................
1081
1081
1082
1082
.. code-block :: twig
@@ -1090,7 +1090,7 @@ turbo_refreshes_with()
1090
1090
1091
1091
Generates <meta> tags to configure both the refresh method and scroll behavior for page refreshes.
1092
1092
1093
- turbo_refresh_method()
1093
+ turbo_refresh_method
1094
1094
......................
1095
1095
1096
1096
.. code-block :: twig
@@ -1102,7 +1102,7 @@ turbo_refresh_method()
1102
1102
1103
1103
Generates a <meta> tag to configure the refresh method for page refreshes.
1104
1104
1105
- turbo_refresh_scroll()
1105
+ turbo_refresh_scroll
1106
1106
......................
1107
1107
1108
1108
.. code-block :: twig
0 commit comments