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 56ade33Copy full SHA for 56ade33
app/Resources/views/base.html.twig
@@ -7,6 +7,10 @@
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 %}
11
+ <link rel="preload" as="script" href="https://www.googletagservices.com/tag/js/gpt.js" />
12
+ <link rel="preconnect" href="//htlbid.com" crossorigin>
13
+ {% endif %}
14
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
15
<meta name="viewport" content="width=device-width, initial-scale=1" />
16
<title>{% block title %}MediaInfo{% endblock %}</title>
0 commit comments