mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
6 lines
321 B
HTML
6 lines
321 B
HTML
{{- $client := .Site.Params.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 -}}
|