1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00
Files
xslt-lab/site/layouts/partials/adsense/head.html
T
2026-01-14 22:52:35 +01:00

6 lines
350 B
HTML

{{- $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 -}}