Skip to content

Commit 5e5f002

Browse files
committed
Update main-page-head.html
1 parent 4f0283d commit 5e5f002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/main-page-head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
{%- endif -%}
3636

3737
{%- assign path = page.path | strip -%}
38-
{%- if site.firstLevelUrl contains '/faq' and (page.path contains '/mrz-scanner/license/' or page.path contains '/barcode-reader/license/') -%}
39-
{%- assign path = path | replace: '/mrz-scanner', '' | replace: '/barcode-reader', '' -%}
38+
{%- if site.firstLevelUrl contains '/faq' and (path contains 'mrz-scanner/license/' or path contains 'barcode-reader/license/') -%}
39+
{%- assign path = path | replace: 'mrz-scanner', '' | replace: 'barcode-reader', '' -%}
4040
{%- endif -%}
4141

4242
<div class="iconsBox">

0 commit comments

Comments
 (0)