Skip to content

Commit

Permalink
Merge pull request #3395 from uktrade/GREATUK-1197-bug_in_hrefland_br…
Browse files Browse the repository at this point in the history
…_tags

Greatuk 1197 bug in hrefland br tags
  • Loading branch information
sebs-code authored Sep 16, 2024
2 parents e78133d + c10c334 commit 4f75a5c
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 4f75a5c

Please sign in to comment.