chore: filter to query
This commit is contained in:
parent
ed65bb8127
commit
ffea333d55
22 changed files with 24 additions and 73 deletions
|
@ -2,7 +2,7 @@
|
|||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "{{ title }}",
|
||||
"home_page_url": "{{ globals.url }}",
|
||||
"feed_url": "{{ permalink | absoluteUrl }}",
|
||||
"feed_url": "{{ globals.url }}{{ permalink }}",
|
||||
"description": "{{ globals.site_description }}",
|
||||
"icon": "{{ globals.cdn_url }}{{ globals.avatar }}?class=w200",
|
||||
"author": {
|
||||
|
|
Reference in a new issue