Remove automatic hreflang
This is cool functionality, but I don't think we want to add hreflang meta tags until translations are mostly complete *and* we add them to the navbar. Since that's a manual process, this can be too.
This commit is contained in:
parent
7896e49700
commit
4bc3d7f556
@ -10,7 +10,8 @@
|
||||
<meta name="msapplication-config" content="/assets/img/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="canonical" href="{{ page.permalink | prepend: site.production_url }}">
|
||||
{% hreflang %}
|
||||
<link rel="alternate" hreflang="en" href="https://www.privacytools.io/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://www.privacytools.io/" />
|
||||
|
||||
<!-- title -->
|
||||
{% if page.title %}
|
||||
|
Reference in New Issue
Block a user