Skip to content

Commit d1d915d

Browse files
hossam26644benjeffery
authored andcommitted
Add conditional check for citation URLs in citations.html
1 parent de244fc commit d1d915d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

citations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ <h2 class="section__heading">How to cite tskit-dev software</h2>
1717
</div>
1818
</div>
1919
{% for app in page_apps %}
20+
{% if app.citation_url %}
2021
{% include software-citation.html app=app %}
22+
{% endif %}
2123
{% endfor %}
2224
</div>
2325
</section>

0 commit comments

Comments
 (0)