Skip to content

Commit 0ae444f

Browse files
committed
modify layout
1 parent cffbe95 commit 0ae444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class=""> {{ page.title }} </h1>
3535
<div class="container pt-6 pb-6 pb-md-10">
3636
<div class="row justify-content-start">
3737
{% assign limit = site.home.limit_services | default: 6 %}
38-
{% for service in site.services limit: limit %}
38+
{% for service in site.projects limit: limit %}
3939
<div class="col-12 col-md-4 mb-1">
4040
<div class="service service-summary">
4141
<div class="service-content">

0 commit comments

Comments
 (0)