Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
fa6b7f842f
3 changed files with 6 additions and 3 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1705291421654
|
||||
"timestamp": 1705298633755
|
||||
}
|
5
cache/jsonfeed-to-mastodon.json
vendored
5
cache/jsonfeed-to-mastodon.json
vendored
|
@ -9142,6 +9142,9 @@
|
|||
"url": "https://app.thestorygraph.com/books/667b3daf-4c99-47de-82f6-f74eb7cd2ff7",
|
||||
"content_text": "📖: The End of the World Is Just the Beginning: Mapping the Collapse of Globalization #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/667b3daf-4c99-47de-82f6-f74eb7cd2ff7",
|
||||
"date_published": "Sat, 13 Jan 2024 16:00:00 +0000",
|
||||
"toots": []
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111758451258324547"
|
||||
],
|
||||
"lastTootTimestamp": 1705298633750
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
<ul class="link__list">
|
||||
{% for mention in mentions['link-to'] %}
|
||||
<li>
|
||||
<a href="{{ mention.url }}">
|
||||
<a class="no-underline" href="{{ mention.url }}">
|
||||
{{ mention.name }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue