Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix: only show release link if release available
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Feb 8, 2024
1 parent f91671c commit 877e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="col-10 right">
<a href="{{site.data.meta.repo}}">repo</a>
<a href="{{site.data.meta.release}}">download</a>
{% if site.data.meta.release %}<a href="{{site.data.meta.release}}">download</a>{% endif %}
<a class="navlink" href="{{ '/license/' | relative_url }}">license</a>
<a class="navlink" href="{{ '/conduct/' | relative_url }}">conduct</a>
<a class="navlink" href="{{ '/contributing/' | relative_url }}">contributing</a>
Expand Down

0 comments on commit 877e26e

Please sign in to comment.