base_html.ori: absolute path for stylesheet. To work with linked-file pipeline.

This commit is contained in:
Hans Fast 2026-03-19 11:11:46 +01:00
parent e438390851
commit d920e9b6c0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>${page.title}</title>
<link href="/css/style.css" rel="stylesheet">
<link href="/ad_pubfiles_pub.d/css/style.css" rel="stylesheet">
</head>
<body>
<p>${page.all?'private mode':'public mode'}</p>