From: Dan Allen Date: Sat, 4 Apr 2020 09:17:30 +0000 (-0600) Subject: use #with instead of #if to retrieve Antora version X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c391e09acc30698ce67b0a1560b5d0b4a0a6dc19;p=eg-antora.git use #with instead of #if to retrieve Antora version --- diff --git a/src/partials/head-info.hbs b/src/partials/head-info.hbs index d0a3653..71012a1 100644 --- a/src/partials/head-info.hbs +++ b/src/partials/head-info.hbs @@ -9,6 +9,6 @@ {{/if}} {{/if}} - {{#if (or antoraVersion site.antoraVersion)}} - - {{/if}} + {{#with (or antoraVersion site.antoraVersion)}} + + {{/with}}