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