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>
|
<title>
|
||||||
{{list}}: {{month.year}}-{{month.month}}
|
{{list}}: {{month.year}}-{{month.month}}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="../../../style/luga.css">
|
<link rel="stylesheet" href="../../../../style/luga.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1> Mailinglist {{list}} {{month.year}}-{{month.month}}</h1>
|
<h1> Mailinglist {{list}} {{month.year}}-{{month.month}}</h1>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>
|
<title>
|
||||||
{{list}}: {{subject}}
|
{{list}}: {{subject}}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="../../style/luga.css">
|
<link rel="stylesheet" href="../../../style/luga.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img id="logo" src="/style/logo3.svg">
|
<img id="logo" src="/style/logo3.svg">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>
|
<title>
|
||||||
{{list}}: Overview
|
{{list}}: Overview
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="../../style/luga.css">
|
<link rel="stylesheet" href="../../../style/luga.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>
|
<title>
|
||||||
{{list}}: {{subject}}
|
{{list}}: {{subject}}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="../../style/luga.css">
|
<link rel="stylesheet" href="../../../style/luga.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{subject}}</h1>
|
<h1>{{subject}}</h1>
|
||||||
|
|
Loading…
Reference in New Issue