diff --git a/docs/search_data.json b/docs/search_data.json index 27cb427..9a7012f 100644 --- a/docs/search_data.json +++ b/docs/search_data.json @@ -9,7 +9,7 @@ search_exclude: true "{{ site_page.url | slugify }}": { "title": "{{ site_page.title | xml_escape }}", "content": {{site_page.content | markdownify | newline_to_br | replace: '
', ' ' | strip_html | normalize_whitespace | jsonify }}, - "url": " {{ site_page.url | xml_escape }}", + "url": " {{ site_page.url | absolute_url }}", "author": "{{ site_page.author | xml_escape }}" }, {%- endunless %}