commit f93c8bb942df0cfaac7689e49cdca169f32501f1
parent ce28f57c4528cb96c8b5adfa7efbb4396180c02b
author: nathanael <nathanael@dalliard.ch>
date: Mon, 6 Oct 2025 09:06:53 +0000
rename style.css to dalliard.css
diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/baseof.html b/layouts/baseof.html
@@ -2,7 +2,7 @@
<html lang="de">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="/style.css">
+<link rel="stylesheet" href="/dalliard.css">
<title>{{ block "title" . }}{{ .Title }}{{ end }}</title>
<header>
<a href="/"><svg><use xlink:href="/dalliard.svg#logo"></use></svg></a>
diff --git a/static/style.css b/static/dalliard.css