Overhaul index page

This commit is contained in:
Joscha 2023-08-17 22:34:45 +02:00
parent 5bc4605414
commit 689894d2e8
2 changed files with 77 additions and 36 deletions

View file

@ -1,10 +1,10 @@
{% macro commit_class(reachable) %}
{%- if reachable == 0 -%}
orphaned
commit-orphaned
{%- else if reachable == 1 -%}
reachable
commit-reachable
{%- else -%}
tracked
commit-tracked
{%- endif -%}
{% endmacro %}