File tree 4 files changed +19
-7
lines changed
4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 4
4
{%- case ad_src -%}
5
5
{%- when "google-adsense" -%}
6
6
{%- include google-adsense.html ad_type=ad_type -%}
7
+ {%- when "adsterra" -%}
8
+ {%- include adsterra.html ad_type=ad_native_banner -%}
7
9
{%- else -%}
8
10
No Ads
9
11
{: .lead}
10
- {%- endcase -%}
12
+ {%- endcase -%}
Original file line number Diff line number Diff line change
1
+ < div id ="container-9a0b7e3f5ef184780fa822e1002f7dbe "> </ div >
Original file line number Diff line number Diff line change 14
14
{% include header.html %}
15
15
<!-- page content -->
16
16
< main class ="page-content " role ="main ">
17
- {{ content }}
18
-
19
- < section class ="container my-3 ">
20
- {%- if page.show_ads -%}
17
+ {%- if page.show_ads -%}
18
+ < section class ="container my-3 ">
21
19
{%- include ads.html ad_src="google-adsense" ad_type="display" -%}
22
- {%- endif -%}
23
- </ section >
20
+ {%- include ads.html ad_src="adsterra" ad_type="ad_native_banner" -%}
21
+ </ section >
22
+ {%- endif -%}
23
+
24
+ {{ content }}
24
25
</ main >
25
26
<!-- page footer -->
26
27
{% include footer.html %}
27
28
</ div >
28
29
{% include scripts.html %}
30
+ {%- if page.show_ads -%}
31
+ < script type ='text/javascript ' src ='//pl20220116.highcpmrevenuegate.com/7f/c4/72/7fc4729b41e6def7678efe899c1db986.js '> </ script >
32
+ < script async ="async " data-cfasync ="false " src ="//pl20260188.highcpmrevenuegate.com/9a0b7e3f5ef184780fa822e1002f7dbe/invoke.js "> </ script >
33
+ {%- endif -%}
29
34
</ body >
30
35
31
36
</ html >
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ feature_rows:
39
39
Lone Wolf Theme is a simple bootstrap based jekyll theme created by
40
40
[ manid2] [ 2 ] .
41
41
42
+ [ Click here for ad...] [ adsterra_dl ]
43
+
42
44
It is infamous for abstracting away the frontend code using [ Bootstrap 4] [ bs4 ]
43
45
and [ Bootswatch wrappers] [ bootswatch ] to help us focus on the
44
46
<span class =" badge badge-primary " >content</span > and the
@@ -98,3 +100,5 @@ Use the link to learn how to [contribute][3] to LWT.
98
100
[ 1 ] : https://manid2.github.io/lone-wolf-theme/
99
101
[ 2 ] : https://manid2.gitlab.io/
100
102
[ 3] : {{ '/contribute/' | relative_url }}
103
+
104
+ [ adsterra_dl ] : https://www.highcpmrevenuegate.com/tk17ncqp?key=484c772258d73d54a528cc874518bfaa
You can’t perform that action at this time.
0 commit comments