Skip to content

Commit b7615be

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Resources/views/base.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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 %} <link rel="preload" as="script" href="https://www.googletagservices.com/tag/js/gpt.js" />
11+
<link rel="preconnect" href="//htlbid.com" crossorigin>{% endif %}
1012
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1113
<meta name="viewport" content="width=device-width, initial-scale=1" />
1214
<title>{% block title %}MediaInfo{% endblock %}</title>

0 commit comments

Comments
 (0)