|
4 | 4 |
|
5 | 5 | <div id="masthead" class="masthead-no-image-header masthead-with-article-header">
|
6 | 6 | <div class="row">
|
7 |
| - {% include forkme-ribbon %} |
8 | 7 | <div class="small-12 columns">
|
9 | 8 | <header>
|
10 | 9 | {% if page.image.title %}
|
|
39 | 38 | {% include breadcrumb %}
|
40 | 39 | {% endif %}
|
41 | 40 | </div><!-- /.small-12.columns -->
|
| 41 | + {% include forkme-ribbon %} |
42 | 42 | </div><!-- /.row -->
|
43 | 43 | </div><!-- /#masthead -->
|
44 | 44 |
|
45 | 45 | {% else %}
|
46 | 46 |
|
47 | 47 | <div id="masthead" class="masthead-no-image-header">
|
48 | 48 | <div class="row">
|
49 |
| - {% include forkme-ribbon %} |
50 | 49 | <div class="small-12 columns">
|
51 | 50 | {% unless page.header.slogan_hidden %}
|
52 | 51 | <div id="slogan">
|
|
56 | 55 | </div>
|
57 | 56 | {% endunless %}
|
58 | 57 | </div><!-- /.small-12.columns -->
|
| 58 | + {% include forkme-ribbon %} |
59 | 59 | </div><!-- /.row -->
|
60 | 60 | </div><!-- /#masthead -->
|
61 | 61 |
|
|
71 | 71 |
|
72 | 72 | <div id="masthead" class="masthead-with-text" style="{% if page.header.background-color %}background:linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,0)), {{ page.header.background-color }};{% endif %}{% if page.header.image_fullwidth %}{% elsif page.header.pattern %}background:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4)), url('{{ site.urlimg }}/{{ page.header.pattern }}'){% endif %}">
|
73 | 73 | <div class="row">
|
74 |
| - {% include forkme-ribbon %} |
75 | 74 | <div class="small-12 columns">
|
76 | 75 | <div class="masthead-title">{{ page.header.title }}</div>
|
77 | 76 | </div><!-- /.small-12.columns -->
|
| 77 | + {% include forkme-ribbon %} |
78 | 78 | </div><!-- /.row -->
|
79 | 79 | </div><!-- /#masthead -->
|
80 | 80 |
|
|
100 | 100 |
|
101 | 101 | <div id="masthead" class="masthead-with-image-header masthead-with-article-header">
|
102 | 102 | <div class="row">
|
103 |
| - {% include forkme-ribbon %} |
104 | 103 | <div class="small-12 columns">
|
105 | 104 | <header>
|
106 | 105 | {% if page.image.title %}
|
|
131 | 130 | </p>
|
132 | 131 | {% endif %}
|
133 | 132 |
|
| 133 | + {% include forkme-ribbon %} |
134 | 134 | </div><!-- /.small-12.columns -->
|
135 | 135 | </div><!-- /.row -->
|
136 | 136 | </div><!-- /#masthead -->
|
|
143 | 143 |
|
144 | 144 | <div id="masthead" class="masthead-with-image-header">
|
145 | 145 | <div class="row">
|
146 |
| - {% include forkme-ribbon %} |
147 | 146 | <div class="small-12 columns">
|
148 | 147 | {% unless page.header.slogan_hidden %}
|
149 | 148 | <div id="slogan">
|
|
152 | 151 | </a>
|
153 | 152 | </div>
|
154 | 153 | {% endunless %}
|
| 154 | + {% include forkme-ribbon %} |
155 | 155 | </div><!-- /.small-12.columns -->
|
156 | 156 | </div><!-- /.row -->
|
157 | 157 | </div><!-- /#masthead -->
|
|
178 | 178 |
|
179 | 179 | <div id="masthead" class="masthead-with-pattern" style="background: url('{{ site.urlimg }}/{{ page.header.pattern }}')">
|
180 | 180 | <div class="row">
|
181 |
| - {% include forkme-ribbon %} |
182 | 181 | <figure class="small-12 columns">
|
183 | 182 | <img src="{{ site.urlimg }}/{{ page.header.image }}" alt="{{ site.title }}">
|
184 | 183 | </figure><!-- /.small-12.columns -->
|
| 184 | + {% include forkme-ribbon %} |
185 | 185 | </div><!-- /.row -->
|
186 | 186 | </div><!-- /#masthead -->
|
187 | 187 |
|
|
205 | 205 |
|
206 | 206 | <div id="masthead" class="masthead-with-background-color" style="background: {{ page.header.background-color }};">
|
207 | 207 | <div class="row">
|
208 |
| - {% include forkme-ribbon %} |
209 | 208 | <figure class="small-12 columns">
|
210 | 209 | <img src="{{ site.urlimg }}/{{ page.header.image }}" alt="{{ site.title }}">
|
211 | 210 | </figure><!-- /.small-12.columns -->
|
| 211 | + {% include forkme-ribbon %} |
212 | 212 | </div><!-- /.row -->
|
213 | 213 | </div><!-- /#masthead -->
|
214 | 214 |
|
|
0 commit comments