Skip to content

Commit 301da7d

Browse files
committed
Sort by core completion
1 parent 0e47223 commit 301da7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block main %}
44
<div>
55
<div class="row">
6-
{% for project in completion_progress | sort(attribute='completion') | reverse %}
6+
{% for project in completion_progress | sort(attribute='core_completion,completion') | reverse %}
77
<div class="col-12 col-sm-6 col-md-4 d-flex">
88
<div id="{{ project.language.code }}" class="card shadow mb-3 w-100">
99
<div class="card-body">

0 commit comments

Comments
 (0)