Fix a compilation issue in Actions
Publish Site / deploy (push) Has been cancelled
Details
Publish Site / deploy (push) Has been cancelled
Details
parent
5e497d6bc7
commit
d7a55eec1b
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue