Skip to content

Commit

Permalink
Merge pull request #4434 from alphagov/remove-ua-compatible-meta-tag
Browse files Browse the repository at this point in the history
Remove X-UA-Compatible meta tag
  • Loading branch information
querkmachine authored Nov 6, 2023
2 parents 8a8a027 + 25d3de0 commit fd6e382
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/govuk/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<title{% if pageTitleLang %} lang="{{ pageTitleLang }}"{% endif %}>{% block pageTitle %}GOV.UK - The best place to find government services and information{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="{{ themeColor | default("#0b0c0c", true) }}"> {# Hardcoded value of $govuk-black #}
{# Ensure that older IE versions always render with the correct rendering engine #}
<meta http-equiv="X-UA-Compatible" content="IE=edge">

{% block headIcons %}
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="{{ assetPath | default("/assets", true) }}/images/favicon.ico" type="image/x-icon">
Expand Down

0 comments on commit fd6e382

Please sign in to comment.