Move meta tags to the beginning of the head

This commit is contained in:
Héctor J. Hurtado Ruesga 2020-11-04 20:54:38 +01:00
parent e8808d252c
commit 7ce41dad5c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if site.google_analytics_v4 %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics_v4 }}"></script>
@ -12,9 +15,6 @@
gtag('config', '{{ site.google_analytics_v4 }}');
</script>
{% endif %}
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% seo %}