Skip to content

Commit 0b8b2eb

Browse files
committed
edited include "footer"
The DOI image path was corrected, so that the actual graphic is seen on the website footer.
1 parent a5b034e commit 0b8b2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
2121
{%- endif -%}
2222
</li>
2323
<li>
24-
<a href="https://doi.org/10.5281/zenodo.4305949"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4305949" alt="DOI"></a>
24+
<a href="https://doi.org/10.5281/zenodo.4305949"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4305949.svg" alt="DOI"></a>
2525
</li>
2626
</ul>
2727
</div>

0 commit comments

Comments
 (0)