Move css level further up to compensate for per-list directories
We want each list archive to be in a separate directory but we still want a common style for all, so we have to go up one more level.
This commit is contained in:
parent
14130941c7
commit
dfdfb289b2
|
@ -5,7 +5,7 @@
|
|||
<title>
|
||||
{{list}}: {{month.year}}-{{month.month}}
|
||||
</title>
|
||||
<link rel="stylesheet" href="../../../style/luga.css">
|
||||
<link rel="stylesheet" href="../../../../style/luga.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1> Mailinglist {{list}} {{month.year}}-{{month.month}}</h1>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>
|
||||
{{list}}: {{subject}}
|
||||
</title>
|
||||
<link rel="stylesheet" href="../../style/luga.css">
|
||||
<link rel="stylesheet" href="../../../style/luga.css">
|
||||
</head>
|
||||
<body>
|
||||
<img id="logo" src="/style/logo3.svg">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>
|
||||
{{list}}: Overview
|
||||
</title>
|
||||
<link rel="stylesheet" href="../../style/luga.css">
|
||||
<link rel="stylesheet" href="../../../style/luga.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>
|
||||
{{list}}: {{subject}}
|
||||
</title>
|
||||
<link rel="stylesheet" href="../../style/luga.css">
|
||||
<link rel="stylesheet" href="../../../style/luga.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{subject}}</h1>
|
||||
|
|
Loading…
Reference in New Issue