Skip to content

Commit

Permalink
update head load order
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Jul 3, 2024
1 parent d336ad6 commit 2d6fcaf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions hugo/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script defer src="https://api.pirsch.io/pa.js"
id="pianjs"
data-code="IfMPYIDuvlZ0uhCPu0aTanKP1QNZAEh2"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<title>{{ .Title }}</title>



<!-- JS & CSS -->
<!-- <link rel="stylesheet" type="text/css" href="/design/{{ .Site.Data.webpack_assets.app.css }}"> -->
Expand All @@ -9,11 +11,11 @@
<link rel="stylesheet" href="{{ $style.RelPermalink }}">

<!-- META TAGS -->
<title>{{ .Title }}</title>
<meta charset="utf-8">
<script defer src="https://api.pirsch.io/pa.js"
id="pianjs"
data-code="IfMPYIDuvlZ0uhCPu0aTanKP1QNZAEh2"></script>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">

{{ block "meta" . }}
{{ partial "meta.html" . }}
Expand Down

0 comments on commit 2d6fcaf

Please sign in to comment.