Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9345cd3 commit c637b7aCopy full SHA for c637b7a
1 file changed
web_link.rst
@@ -71,12 +71,12 @@ requested the HTML page.
71
72
.. note::
73
74
- You can preload an asset by wrapping it with the ``preload()`` function
+ You can preload an asset by wrapping it with the ``preload()`` function:
75
76
.. code-block:: html+twig
77
78
<head>
79
- {# ... #}
+ <!-- ... -->
80
<link rel="stylesheet" href="{{ preload(asset('build/app.css')) }}">
81
</head>
82
0 commit comments