Skip to content

Commit

Permalink
Merge pull request #197 from mira-miracoli/themes
Browse files Browse the repository at this point in the history
Fix Basedomain theme file
  • Loading branch information
natefoo authored Nov 28, 2023
2 parents 59a3f9a + 97df59c commit 94ac81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ galaxy_app_config_default:
{% endif %} }
themes_config_file_by_host: >
{ {% if galaxy_manage_themes %}
'{{ galaxy_themes_instance_domain }}': '{{ galaxy_themes_conf_file_name }}',
{% for subdomain in galaxy_themes_subdomains %}
'{{ subdomain.name }}.{{ galaxy_themes_instance_domain}}': '{{ subdomain.name }}.yml',
{% endfor %}
Expand Down Expand Up @@ -500,6 +501,7 @@ galaxy_themes_subdomains: {}
# - "multiple_alignments"
# extra_tool_labels:
# - "proteomics"
galaxy_themes_conf_file_name: "{{ galaxy_themes_conf_path | basename }}"
galaxy_themes_static_keys:
static_dir: ""
static_images_dir: "images/"
Expand Down

0 comments on commit 94ac81e

Please sign in to comment.