aboutsummaryrefslogtreecommitdiffhomepage
path: root/nuldoc-src/pages/post_list.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nuldoc-src/pages/post_list.ts')
-rw-r--r--nuldoc-src/pages/post_list.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuldoc-src/pages/post_list.ts b/nuldoc-src/pages/post_list.ts
index 09d1942..5b511b0 100644
--- a/nuldoc-src/pages/post_list.ts
+++ b/nuldoc-src/pages/post_list.ts
@@ -56,7 +56,7 @@ export async function generatePostListPage(
el(
"footer",
[["class", "entry-footer"]],
- text("Posted on"),
+ text("Posted on "),
el(
"time",
[["datetime", getPostCreatedDate(post)]],