Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Update search.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
flashlab committed Oct 26, 2016
1 parent 669af02 commit d8fb161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% posts.slice(0,limit).each(function(post){ %>
<entry>
<title><%-: post.title | cdata %></title>
<url><%- encodeURI(post.permalink) %></url>
<url><%- encodeURIComponent(post.path) %></url>
<content type="text"><%-: raw ? post[raw] : post.content | cdata %></content>
</entry>
Expand Down

0 comments on commit d8fb161

Please sign in to comment.