{{ post.title }}
-{{ post.title }}
- -
-
-
+ {{ post.date | date: "%B %e, %Y" }}
-
+
+
{{ post.date | date: "%B %e, %Y" }}
+
{{ post.excerpt }}
diff --git a/search.json b/search.json
index e129f5b..f0693ee 100644
--- a/search.json
+++ b/search.json
@@ -4,7 +4,7 @@
{% for post in site.posts %}
{
- "title" : "{{ post.title | escape }}",
+ "title" : "{% if post.title != "" %}{{ post.title | escape }}{% else %}{{ post.excerpt | strip_html | escape | strip }}{%endif%}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"category" : "{{ post.categories | join: ', '}}",
"date" : "{{ post.date | date: "%B %e, %Y" }}"