CSS nach static/ verschieben, Pfad korrigiert

This commit is contained in:
BadAgent
2026-08-06 10:27:20 +02:00
parent 42920b96cc
commit e04a54b34f
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }} - {{ .Site.Title }}</title>
<link rel="stylesheet" type="text/css" href="/assets/css/lichterei.css">
<link rel="stylesheet" type="text/css" href="/css/lichterei.css">
</head>
<body class="lampe-type">
{{- partial "header.html" . -}}