mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-26 07:35:40 +00:00
Adding an if statement to show the cooker logo on cooker - fix
This commit is contained in:
parent
a2898fc0f9
commit
36f994277a
|
@ -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 %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue