File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
{% if entry.preprint %}
7
7
8
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
9
+ {% assign year = entry.year | plus: 0 %}
10
+ {% if year > 2024 %}
11
+ < a href ="https://github.com/computorg/{{ entry.repository }} "> < img
12
+ src ="https://github.com/computorg/{{ entry.repository }}/actions/workflows/build.yml/badge.svg " /> </ a >
13
+ {% else %}
14
+ < a href ="https://github.com/computorg/{{ entry.repository }} "> < img
14
15
src ="https://github.com/computorg/{{ entry.repository }}/workflows/build/badge.svg " /> </ a >
15
- {% endif %}
16
+ {% endif %}
16
17
{% endif %}
17
18
</ div >
18
19
You can’t perform that action at this time.
0 commit comments