Edit head tag for the Measurement Id.
ci/woodpecker/manual/build Pipeline is pending Details

This commit is contained in:
Mary 2023-12-11 17:08:27 +00:00
parent a5e9ef9c72
commit 33d342144e
3 changed files with 1 additions and 11 deletions

View File

@ -5,7 +5,7 @@ title = 'Deliciousium'
theme = 'lightbi-hugo'
#copyright = "All rights reserved"
googleTagManager = ' GTM-WVR9XZSC'
googleAnalytics = "G-VRQ9V3YJSJ"
googleAnalytics = 'G-VRQ9V3YJSJ'
metaDataFormat = "yaml"
pygmentsStyle = "trac"

View File

@ -1,14 +1,6 @@
<!DOCTYPE html>
<html lang="{{ .Lang }}" itemscope itemtype="http://schema.org/WebPage">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WVR9XZSC');</script>
<!-- End Google Tag Manager -->
{{ partial "head.html" . }}
</head>
<body>

View File

@ -1,5 +1,3 @@
{{- if eq .Kind "taxonomyTerm" }}
{{- range $key, $value := .Data.Terms.ByCount }}
{{- $.Scratch.Add "most_used" (slice $value.Name) }}