{% assign info = include.project.info %} {% assign dates = '' | split: '' %} {% if info.last_release %} {% assign dates = dates | push: info.last_release.published_at %} {% endif %} {% if info.last_tag %} {% assign dates = dates | push: info.last_tag.committer_date %} {% endif %} {% assign last_release = dates | sort | last %} {% if info.user_name and (info.user_name != info.user_login) %} {% assign user = '@' | append: info.user_login | append: ' (' | append: info.user_name | append: ')' %} {% else %} {% assign user = '@' | append: info.user_login %} {% endif %}
{{ include.project.name | default: info.name }}
{% if info.user_login == "bluesky-social" %}
{% endif %}
★ {{ info.stars }}
{{ include.project.description | default: info.description }}
{% if include.project.tags %} {% endif %}
Last release: {{ last_release | date: "%b %Y" | default: "–" }}
|
Last commit: {{ info.last_commit.author_date | date: "%b %Y" }}
|
{% if info.license or include.project.license %}
{{ include.project.license | default: info.license | replace: "-", " " }}
{% else %}
Unknown
{% endif %}