mirror of
https://github.com/bitwarden/help
synced 2025-12-10 13:23:16 +00:00
fix search page urls
This commit is contained in:
@@ -23,7 +23,7 @@ title: Search Results
|
|||||||
"title": "{{article.title | xml_escape}}",
|
"title": "{{article.title | xml_escape}}",
|
||||||
"tags": "{{article.tags | join: ', ' | xml_escape}}",
|
"tags": "{{article.tags | join: ', ' | xml_escape}}",
|
||||||
"content": {{article.content | strip_html | strip_newlines | jsonify}},
|
"content": {{article.content | strip_html | strip_newlines | jsonify}},
|
||||||
"url": "{{article.url | xml_escape}}"
|
"url": "{{site.baseurl}}{{article.url | xml_escape}}"
|
||||||
}
|
}
|
||||||
{% unless forloop.last %},{% endunless %}
|
{% unless forloop.last %},{% endunless %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user