www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit 352a33a2c430d16f1fe80ef91f877146ab90e53f
parent b392d05d2d5cf944893d20b565f1fca4d1e04486
author: nathanael <nathanael@dalliard.ch>
date:   Thu, 18 Sep 2025 10:56:26 +0000

rename svg sprite

diffstat:
Mlayouts/baseof.html | 2+-
Rstatic/sprite.svg -> static/dalliard.svg | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/baseof.html b/layouts/baseof.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/style.css"> <title>{{ .Title }}</title> <header> -<a href="/"><svg><use xlink:href="/sprite.svg#logo"></use></svg></a> +<a href="/"><svg><use xlink:href="/dalliard.svg#logo"></use></svg></a> </header> <main id="{{ .Title }}">{{ block "main" . }}{{ end }}</main> <footer> diff --git a/static/sprite.svg b/static/dalliard.svg