Skip to content

Commit a92bf13

Browse files
authored
Merge pull request #39 from adamantike/fix/template-directive-if
fix: Conditional directive in Terraform template
2 parents e5e49da + 59cdd52 commit a92bf13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maintenance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ const maintenancePage = `
120120
<div class="content">
121121
<img class="logo" src="${logo_url}" alt="${company_name}">
122122
<div class="info">
123-
{% if info_html != "" %}
123+
%{ if info_html != "" }
124124
${info_html}
125-
{% endif %}
125+
%{ endif }
126126
%{ if statuspage_url != "null" }
127127
<p>You can follow the updated information on our <a href="${statuspage_url}">status page</a>.</p>
128128
%{ endif }

0 commit comments

Comments
 (0)