Skip to content

Commit e2f33a3

Browse files
committed
Test
1 parent c84acc7 commit e2f33a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ sass:
122122
exclude:
123123
- LICENSE
124124
- README.md
125-
- CNAME

_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', '{{ site.github.repository_name }}/{{ file.path }}');
88
$(".iphoneScreen").removeClass("hidden");
99
console.log("{{ file.path }}");
1010
});

0 commit comments

Comments
 (0)