Skip to content

Commit

Permalink
Merge pull request #3401 from uktrade/develop
Browse files Browse the repository at this point in the history
UAT Release
  • Loading branch information
sebs-code committed Sep 16, 2024
2 parents fdd5a16 + 4f75a5c commit a5a7e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions international/templates/international/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
{% block header_js %}{% endblock %}
{% block head_other %}
{% get_canonical_url as canonical_url %}
{% get_hreflang_tags as hreflang_tags %}
{{ hreflang_tags }}
<link rel="canonical" href="{{ canonical_url }}">
<meta name="description"
content="The Department for Business and Trade helps overseas businesses invest and expand in the UK." />
<link rel="canonical" href="{{ canonical_url }}">
{% get_hreflang_tags as hreflang_tags %}
{{ hreflang_tags|linebreaksbr }}
{% endblock %}
{% block head_sharing_metadata %}{% endblock %}
</head>
Expand Down

0 comments on commit a5a7e31

Please sign in to comment.