Skip to content

Commit 1ba2441

Browse files
committed
Forkme 리본 뒤로 숨는 문제 수정
1 parent e401b9f commit 1ba2441

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/masthead

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<div id="masthead" class="masthead-no-image-header masthead-with-article-header">
66
<div class="row">
7-
{% include forkme-ribbon %}
87
<div class="small-12 columns">
98
<header>
109
{% if page.image.title %}
@@ -39,14 +38,14 @@
3938
{% include breadcrumb %}
4039
{% endif %}
4140
</div><!-- /.small-12.columns -->
41+
{% include forkme-ribbon %}
4242
</div><!-- /.row -->
4343
</div><!-- /#masthead -->
4444

4545
{% else %}
4646

4747
<div id="masthead" class="masthead-no-image-header">
4848
<div class="row">
49-
{% include forkme-ribbon %}
5049
<div class="small-12 columns">
5150
{% unless page.header.slogan_hidden %}
5251
<div id="slogan">
@@ -56,6 +55,7 @@
5655
</div>
5756
{% endunless %}
5857
</div><!-- /.small-12.columns -->
58+
{% include forkme-ribbon %}
5959
</div><!-- /.row -->
6060
</div><!-- /#masthead -->
6161

@@ -71,10 +71,10 @@
7171

7272
<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 %}">
7373
<div class="row">
74-
{% include forkme-ribbon %}
7574
<div class="small-12 columns">
7675
<div class="masthead-title">{{ page.header.title }}</div>
7776
</div><!-- /.small-12.columns -->
77+
{% include forkme-ribbon %}
7878
</div><!-- /.row -->
7979
</div><!-- /#masthead -->
8080

@@ -100,7 +100,6 @@
100100

101101
<div id="masthead" class="masthead-with-image-header masthead-with-article-header">
102102
<div class="row">
103-
{% include forkme-ribbon %}
104103
<div class="small-12 columns">
105104
<header>
106105
{% if page.image.title %}
@@ -131,6 +130,7 @@
131130
</p>
132131
{% endif %}
133132

133+
{% include forkme-ribbon %}
134134
</div><!-- /.small-12.columns -->
135135
</div><!-- /.row -->
136136
</div><!-- /#masthead -->
@@ -143,7 +143,6 @@
143143

144144
<div id="masthead" class="masthead-with-image-header">
145145
<div class="row">
146-
{% include forkme-ribbon %}
147146
<div class="small-12 columns">
148147
{% unless page.header.slogan_hidden %}
149148
<div id="slogan">
@@ -152,6 +151,7 @@
152151
</a>
153152
</div>
154153
{% endunless %}
154+
{% include forkme-ribbon %}
155155
</div><!-- /.small-12.columns -->
156156
</div><!-- /.row -->
157157
</div><!-- /#masthead -->
@@ -178,10 +178,10 @@
178178

179179
<div id="masthead" class="masthead-with-pattern" style="background: url('{{ site.urlimg }}/{{ page.header.pattern }}')">
180180
<div class="row">
181-
{% include forkme-ribbon %}
182181
<figure class="small-12 columns">
183182
<img src="{{ site.urlimg }}/{{ page.header.image }}" alt="{{ site.title }}">
184183
</figure><!-- /.small-12.columns -->
184+
{% include forkme-ribbon %}
185185
</div><!-- /.row -->
186186
</div><!-- /#masthead -->
187187

@@ -205,10 +205,10 @@
205205

206206
<div id="masthead" class="masthead-with-background-color" style="background: {{ page.header.background-color }};">
207207
<div class="row">
208-
{% include forkme-ribbon %}
209208
<figure class="small-12 columns">
210209
<img src="{{ site.urlimg }}/{{ page.header.image }}" alt="{{ site.title }}">
211210
</figure><!-- /.small-12.columns -->
211+
{% include forkme-ribbon %}
212212
</div><!-- /.row -->
213213
</div><!-- /#masthead -->
214214

0 commit comments

Comments
 (0)