Add tiny indent
This commit is contained in:
parent
4e866079f4
commit
07ef0c2f51
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ frontend {{ frontend[1].name }}
|
|||
# frontend redirects
|
||||
{%- if 'redirects' in frontend[1] %}
|
||||
{%- for front_redirect in frontend[1].redirects %}
|
||||
redirect {{ front_redirect }}
|
||||
redirect {{ front_redirect }}
|
||||
{% endfor %}
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue