Skip to content

Commit

Permalink
get our <head> in order
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer committed Jul 31, 2024
1 parent 879209a commit d36e34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>

<!-- Stylesheets -->
{% include styles.html %}
Expand All @@ -10,5 +10,5 @@
{% include meta.html %}

<!-- SEO -->
{% seo %}
{% seo title=false %}
</head>

0 comments on commit d36e34e

Please sign in to comment.