diff --git a/search.xml b/search.xml index 84970b6bdb..f8da3802f2 100644 --- a/search.xml +++ b/search.xml @@ -6,7 +6,7 @@ sitemap: false {% for post in site.posts %} - {{ post.title | strip_html | xml_escape }}> + {{ post.title | strip_html | xml_escape }} {{ post.url | relative_url }} {{ post.content | strip_html | xml_escape }}