Skip to content

Commit

Permalink
Fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 16, 2024
1 parent addef67 commit f26afee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>{{ page.title }}</h1>
<p>
<a href="https://github.com/{{ repository.full_name }}">{{ repository.name }}</a> - {{ repository.description }}
<br />
<a href="https://travis-ci.org/{{ repository.full_name }}"><img src="https://img.shields.io/travis/{{ repository.full_name }}.svg" alt="Build Status" /></a>
<a href="https://github.com/{{ repository.full_name }}/actions?query=workflow%3ACI"><img src="https://github.com/{{ repository.full_name }}/workflows/CI/badge.svg" alt="Build Status" /></a>
{% if repository.open_issues_count >= 5 %}
<a href="https://github.com/{{ repository.full_name }}/issues"><img src="https://img.shields.io/badge/issues-{{ repository.open_issues_count }}-red.svg" alt="Issues" /></a>
{% elsif repository.open_issues_count > 0 %}
Expand Down

0 comments on commit f26afee

Please sign in to comment.