chore: use readwise for links
This commit is contained in:
parent
440e7694a9
commit
33d12238e9
6 changed files with 19 additions and 19 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Reference in a new issue