diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-24 13:18:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-24 13:18:34 +0200 |
| commit | c9fdc1d142c6d0ad7b47740d54d4342df64743b9 (patch) | |
| tree | 1a53c12b4cc1656b2e6af7c63b2130a025e50935 | |
| parent | 08d872940c906bbbb52a6b87e1f4c79def624a1f (diff) | |
| download | blog-c9fdc1d142c6d0ad7b47740d54d4342df64743b9.tar.gz blog-c9fdc1d142c6d0ad7b47740d54d4342df64743b9.zip | |
please Google accept my AdSenseā¦
| -rw-r--r-- | layouts/partials/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4a6756e..1011698 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,6 +8,13 @@ <link rel="stylesheet" type="text/css" href="/css/min.css"> <link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}"> <title>{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}</title> +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +<script> + (adsbygoogle = window.adsbygoogle || []).push({ + google_ad_client: "ca-pub-6856963757796636", + enable_page_level_ads: true + }); +</script> </head> <body> <script async type="text/javascript" src="/js/min.js"></script> |
