File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3503,6 +3503,11 @@ html {
3503
3503
padding-right : 1rem ;
3504
3504
}
3505
3505
3506
+ .px-5 {
3507
+ padding-left : 1.25rem ;
3508
+ padding-right : 1.25rem ;
3509
+ }
3510
+
3506
3511
.py-12 {
3507
3512
padding-top : 3rem ;
3508
3513
padding-bottom : 3rem ;
Original file line number Diff line number Diff line change 39
39
{{ if site.Params.showTableOfContents }}
40
40
< div class ="absolute right-0 lg:w-36 xl:w-48 hidden lg:block " :style ="{ height } ">
41
41
{{ .TableOfContents }}
42
+
43
+ < div class ="dream-adsense px-5 ">
44
+ {{ if fileExists "layouts/partials/adsense.html" }}
45
+ {{ partialCached "adsense.html" . }}
46
+ {{ end }}
47
+ </ div >
42
48
</ div >
43
49
{{ end }}
44
50
< article class ="mx-auto prose prose-quoteless dark:prose-invert " id ="dream-single-post-main " itemscope itemtype ="http://schema.org/Article ">
You can’t perform that action at this time.
0 commit comments