diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-27 20:54:59 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-27 20:54:59 +0200 |
| commit | 28a21feef6fedf84a6a1ac88a9f49ef6817052e9 (patch) | |
| tree | 4c7c48133d60bf491956be04ac692794bba53f80 /layouts | |
| parent | 02e03c2cbc0adf5e4a954222a3841a31646eeccd (diff) | |
| download | blog-28a21feef6fedf84a6a1ac88a9f49ef6817052e9.tar.gz blog-28a21feef6fedf84a6a1ac88a9f49ef6817052e9.zip | |
adsense approved yay
This reverts commit c9fdc1d142c6d0ad7b47740d54d4342df64743b9.
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/header.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1011698..4a6756e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,13 +8,6 @@ <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> |
