Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-03 09:33:17 -07:00
commit 83b24ebe60
No known key found for this signature in database
5 changed files with 1274 additions and 1235 deletions

View file

@ -72,6 +72,8 @@
# general
/articles/ / 301!
/tags /search 301!
/posts/0 /posts/ 200!
/links/0 /links/ 200!
/mastodon https://social.lol/@cory 301!
/coffee https://www.buymeacoffee.com/cory 301!
/speedlify https://speedlify.coryd.dev 301!

View file

@ -1,3 +1,3 @@
{
"timestamp": 1714695183134
"timestamp": 1714752218137
}

View file

@ -13092,5 +13092,16 @@
"https://social.lol/users/cory/statuses/112372338946343321"
],
"lastTootTimestamp": 1714665816483
},
"https://openlibrary.org/isbn/9781642501148": {
"id": "aHR0cHM6Ly9vcGVubGlicmFyeS5vcmcvaXNibi85NzgxNjQyNTAxMTQ4",
"title": "📖: From the Basement",
"url": "https://openlibrary.org/isbn/9781642501148",
"content_text": "📖: From the Basement #Books #NowReading #Music #NonFiction https://openlibrary.org/isbn/9781642501148",
"date_published": "Fri, 03 May 2024 00:00:00 GMT",
"toots": [
"https://social.lol/users/cory/statuses/112378001364153552"
],
"lastTootTimestamp": 1714752218129
}
}

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@
<select-pagination>
<select aria-label="Page selection">
{% for pageEntry in pagination.pages %}
<option value="{{ forloop.index | minus: 1 }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
<option value="{{ forloop.index }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
{% endfor %}
</select>
<noscript>