We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3764595 commit b6e8af7Copy full SHA for b6e8af7
_layouts/bib.html
@@ -6,9 +6,14 @@
6
{% if entry.preprint %}
7
8
{% else %}
9
+ {% if entry.year > 2024 %}
10
+ <a href="https://github.com/computorg/{{ entry.repository }}"><img
11
+ src="https://github.com/computorg/{{ entry.repository }}/actions/workflows/build.yml/badge.svg" /></a>
12
+ {% else %}
13
<a href="https://github.com/computorg/{{ entry.repository }}"><img
14
src="https://github.com/computorg/{{ entry.repository }}/workflows/build/badge.svg" /></a>
15
{% endif %}
16
+ {% endif %}
17
</div>
18
19
<div id="{{entry.key}}" class="col-sm-8">
0 commit comments