Fix a compilation issue in Actions
Publish Site / deploy (push) Has been cancelled Details

pull/22/head
Bersella 2024-10-17 21:03:06 +08:00
parent 5e497d6bc7
commit d7a55eec1b
No known key found for this signature in database
GPG Key ID: B95BAA9E0E28870C
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: 关于本站 title: 关于本站
linkTitle: 关于 linkTitle: 关于
description: 关于 Transfeminine Science 以及中文译本存档站的详情 description: 关于 Transfeminine Science 以及中文译本存档站的详情
trackHash: 3b8aec69d9ff0fe9aee4de5969d7dbaead1ddaa5 trackHash: c17ddbc53fcd09bfbdc87887cbb4dd94e778dc48
aliases: /about aliases: /about
weight: 4 weight: 4
--- ---

View File

@ -1,4 +1,4 @@
{{- $defines := dict "MEASUREMENT_ID" (jsonify .Site.GoogleAnalytics) -}} {{- $defines := dict "MEASUREMENT_ID" (jsonify .Site.Config.Services.GoogleAnalytics.ID) -}}
{{- $page := . -}} {{- $page := . -}}
{{- with resources.Get "gtag.ts" | js.Build (dict "defines" $defines) | minify | fingerprint }} {{- with resources.Get "gtag.ts" | js.Build (dict "defines" $defines) | minify | fingerprint }}
<script src="{{ .Permalink }}"></script> <script src="{{ .Permalink }}"></script>