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>