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 c84acc7 commit e2f33a3Copy full SHA for e2f33a3
_config.yml
@@ -122,4 +122,3 @@ sass:
122
exclude:
123
- LICENSE
124
- README.md
125
- - CNAME
_includes/screencontent.html
@@ -4,7 +4,7 @@
4
{% if file.path contains 'assets/screenshot/' %}
5
<script>
6
$(function() {
7
- $(".iphoneScreen").attr('src', '../{{ file.path }}');
+ $(".iphoneScreen").attr('src', '{{ site.github.repository_name }}/{{ file.path }}');
8
$(".iphoneScreen").removeClass("hidden");
9
console.log("{{ file.path }}");
10
});
0 commit comments