diff --git a/images/michael-rose-photo.jpg b/images/michael-rose-photo.jpg new file mode 100644 index 0000000..eb7c00b Binary files /dev/null and b/images/michael-rose-photo.jpg differ diff --git a/images/michael-rose-sketch.jpg b/images/michael-rose-sketch.jpg new file mode 100644 index 0000000..444f106 Binary files /dev/null and b/images/michael-rose-sketch.jpg differ diff --git a/images/simple-search-screenshot.jpg b/images/simple-search-screenshot.jpg index fbf919c..de5bac2 100644 Binary files a/images/simple-search-screenshot.jpg and b/images/simple-search-screenshot.jpg differ diff --git a/search.json b/search.json index 0883989..cb1a3d5 100644 --- a/search.json +++ b/search.json @@ -3,9 +3,10 @@ [ {% for post in site.posts %} { + "siteurl" : "{{ site.url }}", "title" : "{{ post.title | escape }}", "category" : "{{ post.category }}", - "url" : "{{ post.url }}", + "url" : "{{ site.url }}{{ post.url }}", "date" : "{{ post.date }}", "shortdate" : "{{ post.date | date: '%B %d, %Y' }}" } {% if forloop.last %}{% else %},{% endif %}