From f46027b329e985806a9e20cab0fa9674d566f65a Mon Sep 17 00:00:00 2001 From: Albert Hornos Vidal Date: Mon, 15 May 2023 14:00:00 +0200 Subject: [PATCH] fix: #42 fix search_data item absolute url --- docs/search_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}