fix: typos are rough

This commit is contained in:
Cory Dransfeldt 2023-03-28 12:23:28 -07:00
parent dc697ac6f4
commit 4d9d1dc63a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -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"
} }
], ],