Added last commit shield

This commit is contained in:
2024-05-06 17:04:02 +02:00
parent 5b4822eeb2
commit 380f897f30

View File

@@ -19,6 +19,7 @@
<td><img alt="Stars" src="https://img.shields.io/github/stars/{{ project['repository'] }}?style=flat-square&labelColor=343b41"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/{{ project['repository'] }}?style=flat-square&labelColor=343b41"/></td>
<td><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/{{ project['repository'] }}?style=flat-square&labelColor=343b41"/></td>
<td><img alt="Last Commit" src="https://img.shields.io/github/last-commit/{{ project['repository'] }}?style=flat-square&labelColor=343b41"/></td>
</tr>
{%- endfor -%}
</tbody>