Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Remove hreflang tag injection #1061

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
{% block head_other %}
{% get_canonical_url as canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
<link rel="alternate" hreflang="en" href="{{ canonical_url }}"/>
<link rel="alternate" hreflang="x-default" href="{{ request.scheme }}://{{ request.get_host }}/international"/>
<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC"/>
{% endblock %}

Expand Down