We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a0f5 commit 2d59bb8Copy full SHA for 2d59bb8
_scripts/search.liquid.js
@@ -25,7 +25,7 @@ ninja.data = [
25
{%- unless child.title == 'divider' -%}
26
{
27
{%- assign title = child.title | escape | strip -%}
28
- {%- if child.permalink contains "/blog/" -%}{%- assign url = "/blog/" -%} {%- else -%}{%- assign url = child.url -%}{%- endif -%}
+ {%- if child.permalink contains "/blog/" -%}{%- assign url = "/blog/" -%} {%- else -%}{%- assign url = child.permalink -%}{%- endif -%}
29
id: "dropdown-{{ title | slugify }}",
30
title: "{{ title | truncatewords: 13 }}",
31
description: "{{ child.description | strip_html | strip_newlines | escape | strip }}",
0 commit comments