Skip to content

Commit 6001674

Browse files
authored
Update about.md
1 parent 63f1cf2 commit 6001674

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

_pages/about.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ We focus on scalable, efficient, and adaptive AI systems that evolve over time,
2727

2828
## Projects
2929

30+
{% assign sorted_projects = site.projects | sort: "importance" %}
31+
32+
<!-- Generate cards for each project -->
33+
3034
<div class="projects">
3135
{% if page.horizontal %}
3236
<div class="container">
@@ -55,10 +59,4 @@ We focus on scalable, efficient, and adaptive AI systems that evolve over time,
5559

5660
</div>
5761

58-
{% assign sorted_projects = site.projects | sort: "importance" %}
59-
60-
<!-- Generate cards for each project -->
61-
6262
---
63-
64-

0 commit comments

Comments
 (0)