From 617b95e9ec18be7f68889c4e64ab93aeeb1e5e88 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sun, 4 May 2025 22:20:05 +0800 Subject: [PATCH] Fix Status Cafe component include --- src/index.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.vto b/src/index.vto index 290d866c..9aa22692 100644 --- a/src/index.vto +++ b/src/index.vto @@ -59,7 +59,7 @@ eleventyComputed:

You can subscribe to the {{ sitemeta.siteName }} RSS feed to get notified of the updates on this website, including new articles, blog posts and website changelogs.

- {{ include "main/statuscafe.html" }} + {{ include "components/statuscafe.vto" }}