Skip to content

Commit b6b0cdc

Browse files
authored
Added activate projects
1 parent 9f5dde0 commit b6b0cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Active Projects</h2>
1919
{% endfor %}
2020
</div>
2121

22-
<h2>Completed Projects</h2>
22+
<!-- <h2>Completed Projects</h2>
2323
<div class="card-columns">
2424
{% comment %}
2525
Sort the projects by date, putting those without dates last
@@ -31,4 +31,4 @@ <h2>Completed Projects</h2>
3131
{% include project-card.html project=p %}
3232
{% endif %}
3333
{% endfor %}
34-
</div>
34+
</div> -->

0 commit comments

Comments
 (0)