1
0
Fork 0

Use weighted_services on home page

This commit is contained in:
Sanuja Rajasinghe 2022-03-29 14:53:44 +05:30 committed by GitHub
parent 575d51db52
commit a295337dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ bodyClass: "page-home"
<div class="strip">
<div class="container pt-6 pb-6 pb-md-10">
<div class="row justify-content-start">
{% for service in site.services %}
{% assign weighted_services = site.services | sort: "weight" %}
{% for service in weighted_services %}
<div class="col-12 col-md-4 mb-1">
<div class="service service-summary">
<div class="service-content">