Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40363c9

Browse filesBrowse files
sebastianblumwouterj
authored andcommitted
Fix: assets_version instead of asset_version
1 parent d43b845 commit 40363c9
Copy full SHA for 40363c9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎reference/twig_reference.rst

Copy file name to clipboardExpand all lines: reference/twig_reference.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ Returns a public path to ``path``, which takes into account the base path set
116116
for the package and the URL path. More information in
117117
:ref:`book-templating-assets`.
118118

119-
asset_version
120-
~~~~~~~~~~~~~
119+
assets_version
120+
~~~~~~~~~~~~~~
121121

122122
.. code-block:: jinja
123123
124-
{{ asset_version(packageName) }}
124+
{{ assets_version(packageName) }}
125125
126126
``packageName``
127127
**type**: ``string`` | ``null`` **default**: ``null``

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.