diff --git a/src/lib/components/Card.svelte b/src/lib/components/Card.svelte
index 4575d62..8b18c7b 100644
--- a/src/lib/components/Card.svelte
+++ b/src/lib/components/Card.svelte
@@ -10,9 +10,8 @@
{title}
-
-
+
+
diff --git a/src/routes/(main)/blogroll/+page.svx b/src/routes/(main)/blogroll/+page.svx
index 94a10ad..4bca065 100644
--- a/src/routes/(main)/blogroll/+page.svx
+++ b/src/routes/(main)/blogroll/+page.svx
@@ -1,23 +1,18 @@
-
-
heffner.dev | blogroll
-
+
-
-
- blogroll
-
-
- other cool blogs I enjoy reading
-
-
+
+ blogroll
+
+
+ other cool blogs I enjoy reading
+
+
- [nug doug](https://darkdell.net)
- [mike crittenden](https://critter.blog)
diff --git a/src/routes/(main)/gallery/+page.svelte b/src/routes/(main)/gallery/+page.svelte
index 35378d2..0100dbf 100644
--- a/src/routes/(main)/gallery/+page.svelte
+++ b/src/routes/(main)/gallery/+page.svelte
@@ -29,13 +29,13 @@
Gallery
- details, photos, ephemera from past adventures
+ details, photos, etc. from past adventures
{#each items as trip}
-
+
{'>> ' + trip.description + ' <<'}
@@ -45,7 +45,9 @@
diff --git a/src/routes/(main)/gallery/[slug]/+page.js b/src/routes/(main)/gallery/[slug]/+page.js
index 853bc5a..faf9ffb 100644
--- a/src/routes/(main)/gallery/[slug]/+page.js
+++ b/src/routes/(main)/gallery/[slug]/+page.js
@@ -11,7 +11,7 @@ export async function load({ params, url, fetch, setHeaders }) {
throw error(res.status, await res.text())
}
setHeaders({
- 'Cache-Control': 'public, max-age=60',
+ 'Cache-Control': 'public, max-age=86400',
})
return {
json: await res.json(),