|
@@ -25,18 +25,21 @@
|
|
|
<article class="article">
|
|
|
<div class="wrapper">
|
|
|
|
|
|
- <!-- ------------------------------------------------------------------------- -->
|
|
|
- <!-- Google Ads -->
|
|
|
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
- <!-- Laradock Horizontal -->
|
|
|
- <ins class="adsbygoogle"
|
|
|
- style="display:inline-block;width:890px;height:100px"
|
|
|
- data-ad-client="ca-pub-9826129398689742"
|
|
|
- data-ad-slot="2340256024"></ins>
|
|
|
- <script>
|
|
|
- (adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
- </script>
|
|
|
- <!-- ------------------------------------------------------------------------- -->
|
|
|
+ <!-- Wrapper arround google ads for seedanddew -->
|
|
|
+ <div class='snd-ad'>
|
|
|
+ <!-- ------------------------------------------------------------------------- -->
|
|
|
+ <!-- Google Ads -->
|
|
|
+ <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
+ <!-- Laradock Horizontal -->
|
|
|
+ <ins class="adsbygoogle"
|
|
|
+ style="display:inline-block;width:890px;height:100px"
|
|
|
+ data-ad-client="ca-pub-9826129398689742"
|
|
|
+ data-ad-slot="2340256024"></ins>
|
|
|
+ <script>
|
|
|
+ (adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
+ </script>
|
|
|
+ <!-- ------------------------------------------------------------------------- -->
|
|
|
+ </div>
|
|
|
|
|
|
{{ range where .Site.Pages "Type" "index" }}
|
|
|
<h1>{{ .Title }} {{ if .IsDraft }} (Draft){{ end }}</h1>
|