diff --git a/web/src/components/WeekNews.astro b/web/src/components/WeekNews.astro
index 5b08c94..f827e7c 100644
--- a/web/src/components/WeekNews.astro
+++ b/web/src/components/WeekNews.astro
@@ -59,7 +59,7 @@ const current = false;
Cover image |
- |
+ |
diff --git a/web/src/pages/image/[week].astro b/web/src/pages/image/[week].astro
index 475ada6..f1e7d1c 100644
--- a/web/src/pages/image/[week].astro
+++ b/web/src/pages/image/[week].astro
@@ -20,14 +20,16 @@ const issue = issues.find(i => i.week === week)
-
-
-
+
+
+
{config.name}
{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}