From 6fa7f3be35961a120b64065a9454baa796b7875d Mon Sep 17 00:00:00 2001 From: Lokwei Hezron <122450611+bugzorc@users.noreply.github.com> Date: Tue, 14 May 2024 08:40:47 +0300 Subject: [PATCH] Updated the statika blog --- blogs/statika.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blogs/statika.html b/blogs/statika.html index eb0bd4f..3875bd2 100644 --- a/blogs/statika.html +++ b/blogs/statika.html @@ -13,8 +13,8 @@

Why I use my custom blog system

How pages are generated

- A javascript file reads the url which is like example.com/blog.html?file=statika.html - copies the html from the file named blog.html from the blogs folder, it into the div with the class blogContent, + A javascript file reads the url which is like example.com/blog.html?file=statika + copies the html from the file named statika.html from the blogs folder, it into the div with the class blogContent, then it's automatically rendered by the browser, css to modify the blog is in blog.css.

TIP:to write blogs fast, use VSCODE or any IDE that generates html with shortcuts, of example if I want to add