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:
Peter J. Holzer 2020-06-14 20:29:18 +02:00
parent 14130941c7
commit dfdfb289b2
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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">

View File

@ -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>

View File

@ -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>