chore: instapaper -> pocket

This commit is contained in:
Cory Dransfeldt 2023-07-07 15:33:59 -07:00
parent c9c1ebf958
commit 3d70af1b2d
No known key found for this signature in database
9 changed files with 34 additions and 39 deletions

View file

@ -12,7 +12,7 @@ permalink: /links.xml
<title>{{ link.title | escape }}</title>
<link href="{{link.link}}" />
<updated>{{ link.time | date: "%m.%d.%Y" }}</updated>
<id>{{ link.link }}</id>
<id>{{ link.url }}</id>
<content type="html"></content>
</entry>
{% endfor %}