site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
commit 3de5cfae342fb780aeb140552c7733f1fba23520 parent 54830d1ba52124f0a62b3abe51ff73fc5fad9b35 Author: Jul <jul@9o.is> Date: Wed, 6 May 2026 15:12:26 +0800 change index page title to Blog Posts Diffstat:
| M | config.cfg | | | 2 | +- |
| M | templates/index.html/header.html | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.cfg b/config.cfg @@ -5,7 +5,7 @@ sitegenerator = saait (https://git.codemadness.org/saait/file/README.html) lang = en author = Jul keywords = code -description = Blog about coding and personal thoughts +description = Blog about coding and my personal thoughts title = partial_nav = partials/nav.html partial_head = partials/head.html diff --git a/templates/index.html/header.html b/templates/index.html/header.html @@ -3,13 +3,13 @@ <head> %{partial_head} %{partial_head_blog} - <title>Posts - ${sitetitle}</title> + <title>Blog Posts - ${sitetitle}</title> </head> <body> %{partial_nav} <main> <header class="main"> - <h1>Posts</h1> + <h1>Blog Posts</h1> <p>${description}</p> </header> <ol>