File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 7
7
</ head >
8
8
< body >
9
9
< div class ="page tutorial " id ="page ">
10
-
11
10
<!-- reduced header -->
12
11
< header class ="page-header ">
13
12
< nav >
57
56
58
57
<!-- post layout -->
59
58
< article class ="entry ">
59
+ {% if page.show_ads == nil or page.show_ads == true %}
60
60
{% include ad.html %}
61
+ {% endif %}
61
62
62
63
< h2 class ="entry__title ">
63
64
< a href ="{{ page.url | remove: 'index.html' }} " title ="{{ page.title }} "> {{ page.title }}</ a >
64
65
</ h2 >
65
66
67
+ {% if page.subtitle %}
68
+ < h3 class ="entry__subtitle ">
69
+ {{ page.subtitle }}
70
+ </ h3 >
71
+ {% endif %}
72
+
73
+ {% if page.show_metadata == nil or page.show_metadata == true %}
66
74
< aside class ="entry__metadata ">
67
75
{% include author.html %}
68
76
@@ -72,6 +80,7 @@ <h2 class="entry__title">
72
80
</ p >
73
81
</ section >
74
82
</ aside >
83
+ {% endif %}
75
84
76
85
< section class ="entry__content ">
77
86
{{ content }}
@@ -109,8 +118,11 @@ <h2 class="entry__title">
109
118
</ footer >
110
119
</ div >
111
120
112
- {% include ga.html %}
121
+ {% if page.show_ads == nil or page.show_ads == true %}
113
122
{% include fusionads.html %}
123
+ {% endif %}
124
+
125
+ {% include ga.html %}
114
126
{% include js.html %}
115
127
</ body >
116
128
</ html>
You can’t perform that action at this time.
0 commit comments