From 73826ea2208ae629d05144ace2fa43e23e59b5f6 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 7 May 2026 00:22:30 +0200 Subject: Move license statement to article footer --- css/site.css | 8 ++++---- templates/default.html | 1 - templates/post.html | 4 +++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/site.css b/css/site.css index df38ea5..c0bd0cb 100644 --- a/css/site.css +++ b/css/site.css @@ -162,6 +162,10 @@ article header h1 + * { margin-top: 0.5em; } +article > footer { + margin-top: 2em; +} + article .footnotes li:target { background: var(--light-gray); transition: background 0.5s; @@ -252,10 +256,6 @@ svg.icon { fill: var(--foreground-color); } -main > p.license { - margin-top: 2em; -} - .home-page { /* margin: auto; */ /* max-width: 32em; */ diff --git a/templates/default.html b/templates/default.html index 92b9178..efdcfe3 100644 --- a/templates/default.html +++ b/templates/default.html @@ -32,7 +32,6 @@
$body$ -

Except where otherwise noted, content on this website is licensed under CC BY-SA 4.0. The source code is dual-licensed under MIT or Apache License, Version 2.0.