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:
Jonah 2019-11-25 17:26:06 -06:00
parent 7896e49700
commit 4bc3d7f556
No known key found for this signature in database
GPG Key ID: 53ADD8CEA3D016F6

View File

@ -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 %}