diff --git a/docs/working-notes/todo3.md b/docs/working-notes/todo3.md
index de82124..4ec177c 100644
--- a/docs/working-notes/todo3.md
+++ b/docs/working-notes/todo3.md
@@ -437,10 +437,13 @@ open images in new tab and check all sizes
links in md colors
fix table of contents styling
retest vertical spacing, font-size and content width
+
// maybe
-astro transitions
+ astro transitions, works for PostCard on blog, tags, categories, explore
--------
ask about optimal max-width image width
fix .mdx live reload
+firefox has white flash bug on theme change after transitions, https://youtu.be/9MChTVlXbf8?t=363
+
```
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro
index b02dbb9..717e993 100644
--- a/src/components/BaseHead.astro
+++ b/src/components/BaseHead.astro
@@ -106,5 +106,5 @@ const ogImageUrl = new URL(image, baseUrl);
-->
-
{description}
} + { + description && ( ++ {description} +
+ ) + } {/* reading time and read more link */}