Skip to content
Snippets Groups Projects

Add a picture in Tripal home page

Merged Loraine Gueguen requested to merge release_2.1 into dev
All threads resolved!
Files
5
@@ -42,11 +42,11 @@ services:
- ./banner.png:/var/www/html/banner.png:ro
{% endif %}
#- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/...
{% if 'tripal_species_picture' is defined %}
{% if 'png' in tripal_species_picture %}
{% if 'picture_path' is defined %}
{% if 'png' in picture_path %}
- ./species.png:/var/www/html/species.png:ro
{% endif %}
{% if 'jpg' in tripal_species_picture %}
{% if 'jpg' in picture_path %}
- ./species.jpg:/var/www/html/species.jpg:ro
{% endif %}
{% endif %}
Loading