mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-23 10:37:10 +00:00
Fix simple search path issues
This commit is contained in:
parent
6968a18a4c
commit
38db39977e
4 changed files with 2 additions and 1 deletions
BIN
images/michael-rose-photo.jpg
Normal file
BIN
images/michael-rose-photo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
images/michael-rose-sketch.jpg
Normal file
BIN
images/michael-rose-sketch.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -3,9 +3,10 @@
|
||||||
[
|
[
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
{
|
{
|
||||||
|
"siteurl" : "{{ site.url }}",
|
||||||
"title" : "{{ post.title | escape }}",
|
"title" : "{{ post.title | escape }}",
|
||||||
"category" : "{{ post.category }}",
|
"category" : "{{ post.category }}",
|
||||||
"url" : "{{ post.url }}",
|
"url" : "{{ site.url }}{{ post.url }}",
|
||||||
"date" : "{{ post.date }}",
|
"date" : "{{ post.date }}",
|
||||||
"shortdate" : "{{ post.date | date: '%B %d, %Y' }}"
|
"shortdate" : "{{ post.date | date: '%B %d, %Y' }}"
|
||||||
} {% if forloop.last %}{% else %},{% endif %}
|
} {% if forloop.last %}{% else %},{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue