We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f33a3 commit 5a9099eCopy full SHA for 5a9099e
_includes/screencontent.html
@@ -4,7 +4,7 @@
4
{% if file.path contains 'assets/screenshot/' %}
5
<script>
6
$(function() {
7
- $(".iphoneScreen").attr('src', '{{ site.github.repository_name }}/{{ file.path }}');
+ $(".iphoneScreen").attr('src', '{{ site.github.baseurl }}{{ file.path }}');
8
$(".iphoneScreen").removeClass("hidden");
9
console.log("{{ file.path }}");
10
});
0 commit comments