From 68dcc80d1c0e33f945c3a16e659f42a2abe596ea Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sun, 22 Jun 2025 15:34:48 +0200 Subject: [PATCH] Change static assets to /etc/* --- build.c | 1 + tmpls/blog.html | 4 ++-- tmpls/home.html | 6 +++--- tmpls/page-missing.html | 4 ++-- tmpls/template-blog.html | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/build.c b/build.c index 2bd7dfc..d4d4d90 100644 --- a/build.c +++ b/build.c @@ -26,6 +26,7 @@ int main(int argc, char ** argv) "./timer.c", "./timer.h", "./CONFIG.h", + "./locked.h", "./mongoose.o", "./gpp1", diff --git a/tmpls/blog.html b/tmpls/blog.html index bb8a26b..bfba41d 100644 --- a/tmpls/blog.html +++ b/tmpls/blog.html @@ -3,7 +3,7 @@ Blog - +

Blog posts

@@ -23,7 +23,7 @@ <#ifdef HOTRELOAD> - + <#endif> diff --git a/tmpls/home.html b/tmpls/home.html index 158147b..00b0721 100644 --- a/tmpls/home.html +++ b/tmpls/home.html @@ -3,7 +3,7 @@ Kamil's personal website - +

Kamil's personal website

@@ -53,7 +53,7 @@
- literally me + literally me
<#ifdef HOTRELOAD> - + <#endif> diff --git a/tmpls/page-missing.html b/tmpls/page-missing.html index 5d0adf9..6e44b05 100644 --- a/tmpls/page-missing.html +++ b/tmpls/page-missing.html @@ -2,7 +2,7 @@ 404 - Page not found - +

The page you were looking for doesn't exist!

@@ -18,7 +18,7 @@ <#ifdef HOTRELOAD> - + <#endif> diff --git a/tmpls/template-blog.html b/tmpls/template-blog.html index 4512a09..a22e877 100644 --- a/tmpls/template-blog.html +++ b/tmpls/template-blog.html @@ -3,7 +3,7 @@ <#BLOG_POST_TITLE> - +
@@ -20,7 +20,7 @@ <#ifdef HOTRELOAD> - + <#endif>