Skip to content

Commit 3023ccb

Browse files
committed
Fixing images when live on GHP
1 parent affa4f4 commit 3023ccb

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

_config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ sass:
120120

121121
# Exclude these files from your production _site
122122
exclude:
123-
- Gemfile
124-
- Gemfile.lock
125123
- LICENSE
126124
- README.md
127125
- CNAME
128-
- mobile-app-landing-page.gemspec
129-
130-
github: [metadata]

_includes/screencontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% if file.path contains 'assets/screenshot/' %}
55
<script>
66
$(function() {
7-
$(".iphoneScreen").attr('src', '{{ file.path }}');
7+
$(".iphoneScreen").attr('src', '../{{ file.path }}');
88
$(".iphoneScreen").removeClass("hidden");
99
console.log("{{ file.path }}");
1010
});

main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ $body-color: "{{ site.body_color }}";
77
$header-image: "{{ site.header_image }}";
88
$device-color: "assets/{{ site.device_color }}.png";
99

10-
1110
$accent-color: {{ site.accent_color }};
1211

1312
$header-title-color: {{ site.header_title_color }};

0 commit comments

Comments
 (0)