fix: typos are rough
This commit is contained in:
parent
dc697ac6f4
commit
4d9d1dc63a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ permalink: '/follow.json'
|
||||||
{
|
{
|
||||||
"id": "{{ item.id }}",
|
"id": "{{ item.id }}",
|
||||||
"title": "{{ item.title }}",
|
"title": "{{ item.title }}",
|
||||||
"url": "{{ item.url }}"
|
"url": "{{ item.url }}",
|
||||||
"date_published": {{ item.date_published | date: "%m.%d.%Y" }}
|
"date_published": {{ item.date_published | date: "%m.%d.%Y" }}
|
||||||
}{% if not forloop.last %},{% endif %}
|
}{% if not forloop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "./well-known/webfinger",
|
"source": "/.well-known/webfinger",
|
||||||
"destination": "https://social.lol/.well-known/webfinger?resource=cory@social.lol"
|
"destination": "https://social.lol/.well-known/webfinger?resource=cory@social.lol"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue