Skip to content

Commit

Permalink
Merge pull request #6384 from OCHA-DAP/fix/hdx-9070-google-search-opt…
Browse files Browse the repository at this point in the history
…imize

HDX-9070 - Discovery - Google Search Console - Core Web Vitals - Prep…
  • Loading branch information
danmihaila authored Jul 3, 2024
2 parents 844637a + 28fd806 commit 3fd4284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ckanext-hdx_theme/ckanext/hdx_theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
{{ g.template_head_end | safe }}
{% endblock %}

<link rel=preconnect href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
{# render all assets included in styles block #}
{{ h.render_assets('style') }}
{%- block custom_styles %}
Expand Down
2 changes: 0 additions & 2 deletions ckanext-hdx_theme/ckanext/hdx_theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@
{# {% if g.tracking_enabled %}#}
{# {% resource 'hdx_theme/package/tracking.js' %}#}
{# {% endif %}#}
<link rel=preconnect href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
{#<script src="https://www.google.com/recaptcha/api.js" async defer></script>#}
{{ super() }}
{% asset 'hdx_theme/search-scripts' %}
Expand Down

0 comments on commit 3fd4284

Please sign in to comment.