| layout | default |
|---|
-
{% for app in site.apps %}
{% if jekyll.environment == "development" or app.app != "test" %}
- {%- include app_brand.html logo=app.logo title=app.title -%} {% endif %} {% endfor %}
| layout | default |
|---|