chore: use readwise for links

This commit is contained in:
Cory Dransfeldt 2023-05-12 15:07:40 -07:00
parent 440e7694a9
commit 33d12238e9
No known key found for this signature in database
6 changed files with 19 additions and 19 deletions

View file

@ -7,7 +7,7 @@
<link href="{{ pkg.homepage }}/links.xml" rel="self" />
<link href="{{ pkg.homepage }}/" />
<link rel="hub" href="https://pubsubhubbub.superfeedr.com/" />
<updated>{% block update %}{{ articles[0].content.library.last_favorited_date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}</updated>
<updated>{% block update %}{{ articles[0].created_at | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}</updated>
<id>{{ site.url }}</id>
<author>
<name>{{ site.name }}</name>

View file

@ -119,8 +119,8 @@ layout: main
<ul class="list-inside list-disc pl-5 md:pl-10">
{% for article in articles | reverse %}
<li class="mt-1.5 mb-2">
<a href="{{article.content.url}}" title="{{article.content.title | escape}}">
{{ article.content.title | escape }}
<a href="{{article.url}}" title="{{article.title | escape}}">
{{ article.title | escape }}
</a>
</li>
{% endfor %}