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