We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0283d commit 5e5f002Copy full SHA for 5e5f002
1 file changed
_includes/main-page-head.html
@@ -35,8 +35,8 @@
35
{%- endif -%}
36
37
{%- 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', '' -%}
+{%- if site.firstLevelUrl contains '/faq' and (path contains 'mrz-scanner/license/' or path contains 'barcode-reader/license/') -%}
+ {%- assign path = path | replace: 'mrz-scanner', '' | replace: 'barcode-reader', '' -%}
40
41
42
<div class="iconsBox">
0 commit comments