chore: instapaper -> pocket
This commit is contained in:
parent
c9c1ebf958
commit
3d70af1b2d
9 changed files with 34 additions and 39 deletions
|
@ -1,13 +0,0 @@
|
|||
{% if site.instapaper != "" %}
|
||||
<a
|
||||
href={{ site.instapaper }}
|
||||
rel="me"
|
||||
title="Instapaper">
|
||||
<svg
|
||||
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-500"
|
||||
role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M14.766 20.259c0 1.819.271 2.089 2.934 2.292V24H6.301v-1.449c2.666-.203 2.934-.473 2.934-2.292V3.708c0-1.784-.27-2.089-2.934-2.292V0h11.398v1.416c-2.662.203-2.934.506-2.934 2.292v16.551z"/>
|
||||
<title>Instapaper</title></svg>
|
||||
</a>
|
||||
{% endif %}
|
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
{% include "icons/github.liquid" %}
|
||||
{% include "icons/mastodon.liquid" %}
|
||||
{% include "icons/apple-music.liquid" %}
|
||||
{% include "icons/instapaper.liquid" %}
|
||||
{% include "icons/letterboxd.liquid" %}
|
||||
{% include "icons/trakt.liquid" %}
|
||||
{% include "icons/coffee.liquid" %}
|
||||
|
|
Reference in a new issue