site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
commit 17809d5d5579c325642ebdbb7cc3d15d62238ffe parent 82f23d5cf5bd2fb3507f1269e50bd9ec79435f75 Author: Jul <jul@9o.is> Date: Thu, 15 Jan 2026 02:59:21 -0500 add description to main blog page Diffstat:
| M | config.cfg | | | 2 | +- |
| M | templates/index.html/header.html | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
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 with various projects and articles about computer-related things +description = Blog about coding and 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 @@ -10,5 +10,6 @@ <main> <header class="main"> <h1>Posts</h1> + <p>${description}</p> </header> <ol>