{# ───────────────────────────────────────────── SPB Git — Personal Git Platform ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/partials/repo-card.njk Purpose : Repo card used on home (pinned grid + list) License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #}

{{ repo.name }} {% if repo.pinned %}{% endif %}

{% if repo.description %}

{{ repo.description }}

{% endif %} {% if repo.topics.length %}
{% for topic in repo.topics %}{{ topic }}{% endfor %}
{% endif %}
{% if repo.topLanguage %} {{ repo.topLanguage }} {% endif %} {% if repo.cloneCount %}⇩ {{ repo.cloneCount | num }}{% endif %} {% if repo.lastPush %}pushed {{ repo.lastPush | reltime }}{% else %}empty{% endif %}