Adding an if statement to show the cooker logo on cooker - fix

This commit is contained in:
XargonWan 2024-03-27 14:02:53 +01:00
parent a2898fc0f9
commit 36f994277a

View file

@ -1,5 +1,5 @@
{% if READTHEDOCS %}
<img src="{% if BRANCH_NAME == 'cooker' %}wiki_images/logos/rd-esde-logo-cooker.png{% else %}wiki_images/logos/rd-esde-logo.svg{% endif %}" width="600">
<img src="{% if BRANCH_NAME == 'cooker' %}wiki-rtd/docs/wiki_images/logos/rd-esde-logo-cooker.png{% else %}wiki_images/logos/rd-esde-logo.svg{% endif %}" width="600">
{% endif %}