File tree Expand file tree Collapse file tree 3 files changed +59
-11
lines changed Expand file tree Collapse file tree 3 files changed +59
-11
lines changed Original file line number Diff line number Diff line change 42
42
{% include masthead.html %}
43
43
< div class ="initial-content ">
44
44
{{ content }}
45
- < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
46
- < div align ="center " style ="margin: 1em 0; ">
47
- < ins class ="adsbygoogle "
48
- style ="display:block; border-bottom: initial; "
49
- data-ad-client ="ca-pub-7328585512091257 "
50
- data-ad-slot ="3049671934 "
51
- data-ad-format ="auto "> </ ins >
52
- </ div >
53
- < script >
54
- ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
55
- </ script >
56
45
</ div >
57
46
58
47
< div class ="search-content ">
59
48
{% include search-form.html %}
60
49
</ div >
50
+
51
+ < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
52
+ < div style ="margin: 1em 0; ">
53
+ < ins class ="adsbygoogle "
54
+ style ="display:block; border-bottom: initial; "
55
+ data-ad-client ="ca-pub-7328585512091257 "
56
+ data-ad-slot ="3049671934 "
57
+ data-ad-format ="auto "> </ ins >
58
+ </ div >
59
+ < script >
60
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
61
+ </ script >
61
62
</ div >
62
63
</ div >
63
64
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include page-intro.html %}
6
+
7
+ < main id ="main " class ="page-content " aria-label ="Content ">
8
+ < div class ="inner ">
9
+ < article class ="entry-wrap ">
10
+ < div class ="entry-content ">
11
+ {{ content }}
12
+ </ div >
13
+ < div style ="margin: 1em 0; ">
14
+ < ins class ="adsbygoogle "
15
+ style ="display:block; border-bottom: initial; "
16
+ data-ad-client ="ca-pub-7328585512091257 "
17
+ data-ad-slot ="3049671934 "
18
+ data-ad-format ="auto "> </ ins >
19
+ </ div >
20
+ </ article >
21
+ </ div >
22
+ </ main >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include page-intro.html %}
6
+
7
+ < main id ="main " class ="page-content " aria-label ="Content ">
8
+ < div class ="inner ">
9
+ < article class ="entry-wrap ">
10
+ < div class ="entry-content ">
11
+ {{ content }}
12
+ </ div >
13
+ < div style ="margin: 1em 0; ">
14
+ < ins class ="adsbygoogle "
15
+ style ="display:block; border-bottom: initial; "
16
+ data-ad-client ="ca-pub-7328585512091257 "
17
+ data-ad-slot ="3049671934 "
18
+ data-ad-format ="auto "> </ ins >
19
+ </ div >
20
+ {% if site.disqus.shortname %}
21
+ {% include disqus_comments.html %}
22
+ {% endif %}
23
+ </ article >
24
+ </ div >
25
+ </ main >
You can’t perform that action at this time.
0 commit comments