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 74e66e0 commit 1b9daa5Copy full SHA for 1b9daa5
_includes/carousel.html
@@ -4,12 +4,12 @@
4
<div class="carousel-inner">
5
{% for img in page.carousel.first %}
6
<div class="carousel-item active">
7
- <img src="{{ "/assets/img/project/" | prepend: site.baseurl }}{{ img }}" alt="" class="d-block w-100">
+ <img src="{{ "/assets/img/project/carousel/" | prepend: site.baseurl }}{{ img }}" alt="" class="d-block w-100">
8
</div>
9
{% endfor %}
10
{% for img in page.carousel offset:1 %}
11
<div class="carousel-item">
12
13
14
15
0 commit comments