Initial commit with current state + bundled
This commit is contained in:
parent
1b057a5554
commit
de10aad814
187 changed files with 6831 additions and 0 deletions
16
search.json
Normal file
16
search.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
---
|
||||
[
|
||||
{% for post in site.categories.music %}
|
||||
{
|
||||
"title" : "{{ post.title }}",
|
||||
"href" : "{{ post.url }}",
|
||||
"date" : {
|
||||
"day" : "{{ post.date | date: "%d" }}",
|
||||
"month" : "{{ post.date | date: "%B" }}",
|
||||
"year" : "{{ post.date | date: "%Y" }}"
|
||||
}
|
||||
}
|
||||
{% unless forloop.last %},{% endunless %}
|
||||
{% endfor %}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue