Skip to content

Commit

Permalink
fix: EGA-archive#42 fix search_data items url
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornos authored May 15, 2023
1 parent f46027b commit ee46494
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 @@ -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: '<br />', ' ' | strip_html | normalize_whitespace | jsonify }},
"url": " {{ site_page.url | xml_escape }}",
"url": " {{ site_page.url | absolute_url }}",
"author": "{{ site_page.author | xml_escape }}"
},
{%- endunless %}
Expand Down

0 comments on commit ee46494

Please sign in to comment.