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

Commit

Permalink
remove blank line in hreflang tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidu1975 committed Nov 1, 2024
1 parent 569dacd commit fb02ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% get_canonical_url as canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
{% get_hreflang_tags as hreflang_tags %}
{{ hreflang_tags|linebreaksbr }}
{{ hreflang_tags }}
<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC"/>
{% endblock %}

Expand Down

0 comments on commit fb02ee2

Please sign in to comment.