From: Dan Allen Date: Tue, 8 Dec 2020 23:48:54 +0000 (-0700) Subject: add ne helper and use it for negated equality test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e536e93327a84e73fa1dbe1a0143b116200e59e7;p=eg-antora.git add ne helper and use it for negated equality test --- diff --git a/src/helpers/ne.js b/src/helpers/ne.js new file mode 100644 index 0000000..245f03b --- /dev/null +++ b/src/helpers/ne.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = (a, b) => a !== b diff --git a/src/partials/breadcrumbs.hbs b/src/partials/breadcrumbs.hbs index 95ef907..24b6fb0 100644 --- a/src/partials/breadcrumbs.hbs +++ b/src/partials/breadcrumbs.hbs @@ -2,7 +2,7 @@ {{#if page.breadcrumbs}}