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 1fd9919 commit b7615beCopy full SHA for b7615be
app/Resources/views/base.html.twig
@@ -7,6 +7,8 @@
7
<html{% if rtl is defined and true == rtl %} dir="rtl"{% endif %} lang="{{ app.request.locale }}">
8
<head>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+{% if ads %} <link rel="preload" as="script" href="https://www.googletagservices.com/tag/js/gpt.js" />
11
+ <link rel="preconnect" href="//htlbid.com" crossorigin>{% endif %}
12
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
13
<meta name="viewport" content="width=device-width, initial-scale=1" />
14
<title>{% block title %}MediaInfo{% endblock %}</title>
0 commit comments