Skip to content

Commit 56ade33

Browse files
Use another web advertiser, update
1 parent 1fd9919 commit 56ade33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Resources/views/base.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<html{% if rtl is defined and true == rtl %} dir="rtl"{% endif %} lang="{{ app.request.locale }}">
88
<head>
99
<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 %}
1014
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1115
<meta name="viewport" content="width=device-width, initial-scale=1" />
1216
<title>{% block title %}MediaInfo{% endblock %}</title>

0 commit comments

Comments
 (0)