Skip to content

Commit fe2c26c

Browse files
committed
사소한 수정
1 parent cd77cf7 commit fe2c26c

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

_includes/footer-scripts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@
149149
$("#masthead").backstretch("{{ site.urlimg }}{{ page.header.image_fullwidth }}", {fade: 700});
150150
</script>
151151
{% endif %}
152-
{% if page.header.image_slide and page.header.image_slide[0] %}
152+
{% if page.header.slide_images and page.header.slide_images[0] %}
153153
<script>
154154
$("#masthead").backstretch([
155-
"{{ site.urlimg }}{{ page.header.image_slide[0] }}"
156-
{% for image in page.header.image_slide %}
155+
"{{ site.urlimg }}{{ page.header.slide_images[0] }}"
156+
{% for image in page.header.slide_images %}
157157
{% if forloop.index > 1 %}, "{{ site.urlimg }}{{ image }}"{% endif %}
158158
{% endfor %}
159159
], {duration: 3300, fade: 700});

_includes/masthead

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.header == NULL and page.header.image_fullwidth == NULL and page.header.image_slide == NULL and page.header.pattern == NULL and page.header.background-color == NULL and page.header.title == NULL %}
1+
{% if page.header == NULL and page.header.image_fullwidth == NULL and page.header.slide_images == NULL and page.header.pattern == NULL and page.header.background-color == NULL and page.header.title == NULL %}
22

33
{% if page.article_heading == true %}
44

@@ -93,7 +93,7 @@
9393
{% endif %}
9494

9595

96-
{% elsif page.header.image_fullwidth or page.header.image_slide %}
96+
{% elsif page.header.image_fullwidth or page.header.slide_images %}
9797

9898

9999
{% if page.article_heading == true %}

_sass/_07_layout.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
------------------------------------------------------------------- */
2424

2525
#navigation {
26-
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
27-
box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
2826
&.fixed {
2927
opacity: .85;
3028
#masthead {

pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
layout: frontpage
88
header:
9-
image_slide:
10-
- header_modules.jpg
9+
slide_images:
1110
- header_documentation.jpg
11+
- header_modules.jpg
1212
- header_gettingstarted.jpg
1313
- header_blog.jpg
1414
- header_search.jpg

0 commit comments

Comments
 (0)