fixing the CSS link in the HTML preview (thanks Martino)

This commit is contained in:
mb 2022-11-02 13:54:45 +01:00
parent ecd7860676
commit 34930a5808

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ name }}/stylesheet.css" rel="stylesheet" type="text/css" media="screen">
<link href="/{{ name }}/stylesheet.css" rel="stylesheet" type="text/css" media="screen">
<title>{{ title }}</title>
</head>
<body>