mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 13:35:37 +00:00
Adding an if statement to show the cooker logo on cooker
This commit is contained in:
parent
c9e9573c3f
commit
a2898fc0f9
|
@ -1,4 +1,7 @@
|
|||
<img src="wiki_images/logos/rd-esde-logo.svg" width="600">
|
||||
{% 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">
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
# Welcome to the RetroDECK wiki!
|
||||
|
|
BIN
wiki-rtd/docs/wiki_images/logos/rd-esde-logo-cooker.png
Normal file
BIN
wiki-rtd/docs/wiki_images/logos/rd-esde-logo-cooker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in a new issue