From d7d31d86635b7af5b9056e98399a48200b195ee6 Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Sat, 23 Sep 2023 03:58:19 -0500 Subject: [PATCH] hugo fix --- content/embed-test.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/embed-test.md b/content/embed-test.md index 1fe84a2..65a5993 100644 --- a/content/embed-test.md +++ b/content/embed-test.md @@ -20,6 +20,5 @@ function fetch_status() { }) .catch(e => alert('Error fetching stream status; refresh page.')); } - fetch_status();