Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleyyt committed Jan 26, 2018
1 parent 8e0e50d commit 76ed2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sitemap: false
<search>
{% for post in site.posts %}
<entry>
<title>{{ post.title | strip_html | xml_escape }}></title>
<title>{{ post.title | strip_html | xml_escape }}</title>
<url>{{ post.url | relative_url }}</url>
<content type="text">{{ post.content | strip_html | xml_escape }}</content>
<categories>
Expand Down

0 comments on commit 76ed2ca

Please sign in to comment.