Add TWIG comment

This commit is contained in:
Molkobain
2021-09-15 20:22:30 +02:00
parent 83a3530880
commit ab3c1ad4af

View File

@@ -15,6 +15,7 @@
<link rel="shortcut icon" href="{{ aPage.sFaviconUrl|add_itop_version|raw }}">
{% endif %}
<link rel="search" type="application/opensearchdescription+xml" title="iTop" href="{{ aPage.sAbsoluteUrlAppRoot }}pages/opensearch.xml.php">
{# Main fonts have to be preloaded to avoid blocking content rendering #}
{% for aPreloadedFont in aPage.aPreloadedFonts %}
<link rel="preload" href="{{ aPreloadedFont['font'] }}" as="font" type="font/{{ aPreloadedFont['type'] }}" crossorigin>
{% endfor %}