Commit 1d3bdbc 1 parent 23d0e31 commit 1d3bdbc Copy full SHA for 1d3bdbc
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ horizontal: false
19
19
<div class="container">
20
20
<div class="row row-cols-2">
21
21
{% for project in sorted_projects %}
22
- {% include projects_horizontal.html %}
22
+ {% include projects_horizontal.liquid %}
23
23
{% endfor %}
24
24
</div>
25
25
</div>
26
26
{% else %}
27
27
<div class="grid">
28
28
{% for project in sorted_projects %}
29
- {% include projects.html %}
29
+ {% include projects.liquid %}
30
30
{% endfor %}
31
31
</div>
32
32
{% endif %}
@@ -40,14 +40,14 @@ horizontal: false
40
40
<div class="container">
41
41
<div class="row row-cols-2">
42
42
{% for project in sorted_projects %}
43
- {% include projects_hrz.html %}
43
+ {% include projects_horizontal.liquid %}
44
44
{% endfor %}
45
45
</div>
46
46
</div>
47
47
{% else %}
48
48
<div class="grid">
49
49
{% for project in sorted_projects %}
50
- {% include projects.html %}
50
+ {% include projects.liquid %}
51
51
{% endfor %}
52
52
</div>
53
53
{% endif %}
You can’t perform that action at this time.
0 commit comments