Skip to content

Commit 5a9099e

Browse files
committed
Adding github baseurl
1 parent e2f33a3 commit 5a9099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)