Rename notes to zets
This commit is contained in:
parent
e70d8c6f1f
commit
6d4667887d
35 changed files with 57 additions and 33 deletions
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
permalink: /notes.json
|
||||
use: [notes]
|
||||
---
|
||||
|
||||
[
|
||||
{% for note in data.notes|sort((a,b) => b.date <=> a.date) %}
|
||||
{
|
||||
"id": {{ note.filename|replace({".md": ""}) }},
|
||||
"date": {{ note.date }},
|
||||
"title": "{{ note.title }}",
|
||||
"url": "{{ site.url }}/{{ note.url|trim("/") }}"
|
||||
}
|
||||
{%~ if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue