Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raux authored Aug 2, 2024
1 parent 28a914f commit 6ae2f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ if not (in (string .Site.BaseURL) "localhost") }}
{{ template "_internal/google_analytics_async.html" . }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}

<link rel="stylesheet" href='/css/style.css' />
Expand Down Expand Up @@ -57,4 +57,4 @@
{{ if and .Site.Params.footer.enable .Site.Params.footer.visitor }}
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
{{ end }}
</head>
</head>

0 comments on commit 6ae2f74

Please sign in to comment.