UI touch ups
Some checks failed
ci / site (push) Has been cancelled
publish-image / publish (push) Has been cancelled

This commit is contained in:
2026-02-10 23:06:52 -05:00
parent 07d8787972
commit 439b886a1b
23 changed files with 412 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ const blogJsonLd = {
<script type="application/ld+json" set:html={JSON.stringify(blogJsonLd)} />
<section class="section">
<div class="section-header">
<h2>Latest posts</h2>
<h2 class="title-hover-line">Latest posts</h2>
<span class="muted">{posts.length} post{posts.length === 1 ? "" : "s"}</span>
</div>

View File

@@ -136,7 +136,7 @@ const homeJsonLd = {
<section class="section">
<div class="section-header">
<h2>High-performing videos</h2>
<h2 class="title-hover-line">High-performing videos</h2>
<a
class="muted"
href="/videos"
@@ -215,7 +215,7 @@ const homeJsonLd = {
<section class="section">
<div class="section-header">
<h2>Podcast: Irregular Mind</h2>
<h2 class="title-hover-line">Podcast: Irregular Mind</h2>
<a
class="muted"
href="/podcast"

View File

@@ -44,7 +44,7 @@ const podcastJsonLd = {
<script type="application/ld+json" set:html={JSON.stringify(podcastJsonLd)} />
<section class="section">
<div class="section-header">
<h2>Irregular Mind</h2>
<h2 class="title-hover-line">Irregular Mind</h2>
<span class="muted">{episodes.length} episodes</span>
</div>
{

View File

@@ -44,7 +44,7 @@ const videosJsonLd = {
<script type="application/ld+json" set:html={JSON.stringify(videosJsonLd)} />
<section class="section">
<div class="section-header">
<h2>Videos</h2>
<h2 class="title-hover-line">Videos</h2>
<span class="muted">{videos.length} items</span>
</div>
{