chore: quality updates

This commit is contained in:
Cory Dransfeldt 2024-05-01 19:16:14 -07:00
parent 1eae4c6251
commit 3e3bee8eb5
No known key found for this signature in database
19 changed files with 27 additions and 26 deletions

View file

@ -13,7 +13,7 @@ permalink: "/books/index.html"
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
<article class="book-entry">
<a href="{{ book.url }}">
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=85&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" />
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=70&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" />
</a>
<div class="book-meta">
<a href="{{ book.url }}">

View file

@ -5,7 +5,7 @@ permalink: /404.html
image: /assets/img/404.jpg
---
<div class="four-oh-four-wrapper">
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&fm=webp&q=85&w=1000" alt="{{ alt }}" class="image-banner" loading="eager" decoding="async" />
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&fm=webp&q=70&w=1000" alt="{{ alt }}" class="image-banner" loading="eager" decoding="async" />
<div class="text-centered">
<h2 class="page-header">{{ title }}</h2>
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>