From ca8b8817c503209c554b0d473b188c7591fb44ed 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. --- website/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/static/css/main.css') diff --git a/website/static/css/main.css b/website/static/css/main.css index 8e2d1a0..6f2eeaa 100644 --- a/website/static/css/main.css +++ b/website/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