1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00
This commit is contained in:
alexandrev
2026-01-14 21:47:55 +00:00
parent b5514e9e86
commit 2a89e89567
28 changed files with 3 additions and 1123 deletions
-5
View File
@@ -1,5 +0,0 @@
{{- $client := or .Site.Params.adsense.client (getenv "ADSENSE_CLIENT") -}}
{{- if and $client (ne hugo.Environment "development") -}}
<meta name="google-adsense-account" content="{{ $client }}">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ $client }}" crossorigin="anonymous"></script>
{{- end -}}