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 66 {% if entry.preprint %}
77
88 {% 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
1415 src ="https://github.com/computorg/{{ entry.repository }}/workflows/build/badge.svg " /> </ a >
15- {% endif %}
16+ {% endif %}
1617 {% endif %}
1718 </ div >
1819
You can’t perform that action at this time.
0 commit comments