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

@ -138,7 +138,7 @@ layout: main
<ul class="list-inside list-disc pl-5 md:pl-10">
{% for link in links %}
<li class="mt-1.5 mb-2">
<a href="{{link.link}}" title="{{link.title | escape}}">
<a href="{{link.url}}" title="{{link.title | escape}}">
{{ link.title }}
</a>
</li>