Skip to content

Commit

Permalink
fix: EGA-archive#42 fix search_data item absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornos authored May 15, 2023
1 parent 099fcab commit f46027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<br />', ' ' | 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 %}
Expand Down

0 comments on commit f46027b

Please sign in to comment.