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