File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 13
13
</li >
14
14
</ul >
15
15
</div >
16
+ <div class =" ad" >
17
+ <script async src =" //pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" ></script >
18
+ <!-- vue -->
19
+ <ins class =" adsbygoogle"
20
+ style =" display :inline-block ;width :200px ;height :200px "
21
+ data-ad-client =" ca-pub-5859894589064951"
22
+ data-ad-slot =" 1367174238" ></ins >
23
+ <script >
24
+ (adsbygoogle = window .adsbygoogle || []).push ({});
25
+ </script >
26
+ </div >
16
27
</div >
Original file line number Diff line number Diff line change 8
8
< a href= " /<%- post.path %>" class = " sidebar-link" >< %- post .title % >< / a>
9
9
< / li>
10
10
< % }) %>
11
+ <li style =" margin :10px 0 3px " >
12
+ <script data-gittip-username =" yyx990803"
13
+ data-gittip-widget =" button"
14
+ src =" //gttp.co/v1.js" ></script >
15
+ </li >
11
16
</ul >
17
+ <div class =" ad" >
18
+ <script async src =" //pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" ></script >
19
+ <!-- vue -->
20
+ <ins class =" adsbygoogle"
21
+ style =" display :inline-block ;width :200px ;height :200px "
22
+ data-ad-client =" ca-pub-5859894589064951"
23
+ data-ad-slot =" 1367174238" ></ins >
24
+ <script >
25
+ (adsbygoogle = window .adsbygoogle || []).push ({});
26
+ </script >
27
+ </div >
12
28
</div >
13
29
</div >
14
30
<div class =" content blog" >
Original file line number Diff line number Diff line change @@ -66,10 +66,12 @@ $header-height = 40px
66
66
color $green
67
67
& :hover
68
68
border-bottom 2px solid $green
69
+ .ad
70
+ margin-top 20px
69
71
70
72
.content
71
73
padding 2.2em 0
72
- max-width 720 px
74
+ max-width 600 px
73
75
margin 0 auto
74
76
& .with-sidebar
75
77
margin 0 0 0 280px
@@ -193,6 +195,8 @@ $header-height = 40px
193
195
display block
194
196
.list
195
197
display none
198
+ .ad
199
+ display none
196
200
& .open
197
201
padding-bottom 1em
198
202
.list
You can’t perform that action at this time.
0 commit comments