From 3cab1d6c3bae8e9b0e6c72db0a6344f7b295f122 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 12 Feb 2024 14:19:46 +0100 Subject: [PATCH] update img --- web/src/pages/image/[week].astro | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/src/pages/image/[week].astro b/web/src/pages/image/[week].astro index 7464d75..475ada6 100644 --- a/web/src/pages/image/[week].astro +++ b/web/src/pages/image/[week].astro @@ -21,12 +21,14 @@ const issue = issues.find(i => i.week === week) -
-
- +
+
+
{config.name}
+
{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}
+
+
+
-
{config.name}
-
{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}
\ No newline at end of file