Skip to content

Commit 1d3bdbc

Browse files
committed
update projects.md to use liquid extension.
Al-folio since v.0.12.0 used .liquid extension and not .html
1 parent 23d0e31 commit 1d3bdbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_pages/projects.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ horizontal: false
1919
<div class="container">
2020
<div class="row row-cols-2">
2121
{% for project in sorted_projects %}
22-
{% include projects_horizontal.html %}
22+
{% include projects_horizontal.liquid %}
2323
{% endfor %}
2424
</div>
2525
</div>
2626
{% else %}
2727
<div class="grid">
2828
{% for project in sorted_projects %}
29-
{% include projects.html %}
29+
{% include projects.liquid %}
3030
{% endfor %}
3131
</div>
3232
{% endif %}
@@ -40,14 +40,14 @@ horizontal: false
4040
<div class="container">
4141
<div class="row row-cols-2">
4242
{% for project in sorted_projects %}
43-
{% include projects_hrz.html %}
43+
{% include projects_horizontal.liquid %}
4444
{% endfor %}
4545
</div>
4646
</div>
4747
{% else %}
4848
<div class="grid">
4949
{% for project in sorted_projects %}
50-
{% include projects.html %}
50+
{% include projects.liquid %}
5151
{% endfor %}
5252
</div>
5353
{% endif %}

0 commit comments

Comments
 (0)