From 38685072aafede51f4dbdbd6e2b6ce4d4cafc0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 11 Apr 2021 22:11:21 +0200 Subject: website: Add support for a blog. * website/haunt.scm (post-url, post->sxml, page->sxml) (post->page): New procedures. (%theme): New variable. : Add blog post pages. * website/static/css/main.css (.post-about): Tweak margin. --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index 8e2d1a0..6f2eeaa 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -209,7 +209,7 @@ hr { .post-about { color: #4D4D4D; font-size: 0.9em; - margin-top: -3em; + margin-top: -2em; } #menubar ul { display: inline-block; padding: 0px; margin: 0px; } -- cgit v1.2.1